Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antoniosilvavaz/rastreio-tarefas
A nice task tracker that allows users to create, update, delete, complete and uncompleted tasks.
https://github.com/antoniosilvavaz/rastreio-tarefas
react redux task todo
Last synced: 27 days ago
JSON representation
A nice task tracker that allows users to create, update, delete, complete and uncompleted tasks.
- Host: GitHub
- URL: https://github.com/antoniosilvavaz/rastreio-tarefas
- Owner: AntonioSilvaVaz
- Created: 2023-08-19T11:16:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-19T21:59:06.000Z (4 months ago)
- Last Synced: 2024-11-16T12:12:50.028Z (3 months ago)
- Topics: react, redux, task, todo
- Language: TypeScript
- Homepage: https://task-tracker.antoniovaz.com/
- Size: 2.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Task Tracker
A nice task tracker that allows users to create, update, delete, complete and uncompleted tasks. Using react for the front end together with redux for the state manager. Also the app keeps the data saved at the local storage. Users can reposition the task order just by dragging them around.## Screenshots
![example 1](https://github.com/AntonioSilvaVaz/rastreio-tarefas/blob/main/assets/gif1.gif)
![example 2](https://github.com/AntonioSilvaVaz/rastreio-tarefas/blob/main/assets/gif2.gif)
![example 3](https://github.com/AntonioSilvaVaz/rastreio-tarefas/blob/main/assets/gif3.gif)## Stack
**Front-end:** react.js, redux
## Features
- Create, edit and delete Tasks
- Mark tasks as done, and not done
- Move tasks around just by dragging around
- Data persistence after reload
- Tasks update state once due time is past
## Author- [@Antonio](https://github.com/AntonioSilvaVaz)