The Costs Web Platform is a project management tool designed to help users manage their projects effectively. It allows users to create, view, edit, and delete projects, as well as perform various operations such as sorting projects by name or budget.
- Create Projects: Easily create new projects by providing details such as project name, budget, category, and deadline.
- View Projects: View a list of all projects with relevant details such as name, budget, category, and deadline.
- Edit Projects: Edit existing projects to update their details.
- Delete Projects: Delete unwanted projects from the system.
- Sort Projects: Sort projects by name or budget for easier navigation.
- Deadline Check: Automatically checks project deadlines and indicates if they have ended.
- HTML
- CSS/Sass
- JavaScript
- Firebase (for future implementation)
- TypeScript (for future implementation)
- Webpack
- Babel
- Clone the repository:
git clone https://github.com/DevDario/Costs-Web.git
- Navigate to the project directory:
cd Costs-Web
- Install dependencies:
yarn install
- To run the project locally, open the
home.html
file in your web browser. - For development, you can run the development server using:
yarn dev
- Integration with Firebase for data storage and user authentication.
- Migration to TypeScript for better code organization and type safety.
- Enhancements to the user interface and user experience.
- Addition of more features such as user accounts.
This project is licensed under the MIT License.