An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![costs-icon](/images/costs-icon.png)

Costs - Your projects manager

![maintained badge](https://img.shields.io/badge/Maintained%3F-yes-green.svg)

![license badge](https://img.shields.io/github/license/DevDario/Costs-web.svg)

![issues badge](https://img.shields.io/github/issues/DevDario/Costs-web.svg)

![issues closed badge](https://img.shields.io/github/issues-closed/DevDario/Costs-web.svg)

![pr's badge](https://img.shields.io/github/issues-pr/DevDario/Costs-web.svg)

![closed pr's badge](https://img.shields.io/github/issues-pr-closed/DevDario/Costs-web.svg)

## Overview

![costs-icon](/images/dashboard-photo.png)

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).