Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mauryiv/project-tracker
https://github.com/mauryiv/project-tracker
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mauryiv/project-tracker
- Owner: MauryIV
- License: mit
- Created: 2024-02-05T03:00:12.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-21T02:35:03.000Z (11 months ago)
- Last Synced: 2024-10-15T05:23:36.447Z (3 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Project Tracker
## Description
This is for having mutiple projects you need to keep track of and their due dates. Let's you know if it's due currently based on date, or if it's late, with a background color change. The list is also sortable if you want to change how they are organized. All is saved in local storage so you can access it later as well.## Visuals
![Screenshot 2024-02-20 at 7 31 10 PM](https://github.com/MauryIV/project-tracker/assets/146037880/2b3246fe-512d-463a-80fd-a7791a5e63bd)
![Screenshot 2024-02-20 at 7 32 17 PM](https://github.com/MauryIV/project-tracker/assets/146037880/6e0869cd-72e0-4719-a67a-d64a85e03f4e)## Usage
Good for keeping track of projects you are working on, keeping yourself organized.## Authors and acknowledgment
DU bootcamp for providing the parameters of what I should be going for as well as setting me up with examples and tutoring to get me there.## License
Please refer to LICENSE.## Project status
In Progress. Want to change how the array is held in localStorage, so when the daily refresh happens, it is the same as before (if the list was sorted differently).