https://github.com/devdario/costs-web
Projects Management System
https://github.com/devdario/costs-web
babel html-css-javascript javascript management-platform management-system platform vanillajs webpack
Last synced: about 1 month ago
JSON representation
Projects Management System
- Host: GitHub
- URL: https://github.com/devdario/costs-web
- Owner: DevDario
- License: mit
- Created: 2023-12-27T21:24:41.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-06T12:40:00.000Z (about 2 years ago)
- Last Synced: 2024-04-06T16:47:47.584Z (about 2 years ago)
- Topics: babel, html-css-javascript, javascript, management-platform, management-system, platform, vanillajs, webpack
- Language: JavaScript
- Homepage:
- Size: 354 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

Costs - Your projects manager






## Overview

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.
## Features
- **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.
## Technologies Used
- HTML
- CSS/Sass
- JavaScript
- Firebase (for future implementation)
- TypeScript (for future implementation)
- Webpack
- Babel
## Installation
1. Clone the repository:
```
git clone https://github.com/DevDario/Costs-Web.git
```
2. Navigate to the project directory:
```
cd Costs-Web
```
3. Install dependencies:
```
yarn install
```
## Usage
- 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
```
## Future Improvements
- 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.
## Contributors
- [DevDario](https://github.com/DevDario)
- [WalterRostoviak](https://github.com/walterrostoviak)
## License
This project is licensed under the [MIT License](LICENSE).