Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)