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

https://github.com/sujit-shrc/modern-todo-app

This is Modern Todo-App Created with ReactJs.
https://github.com/sujit-shrc/modern-todo-app

modern-todo-app reactjs todoapp todoapp-react

Last synced: 3 months ago
JSON representation

This is Modern Todo-App Created with ReactJs.

Awesome Lists containing this project

README

        

# Modern-Todo-App
This is Modern Todo-App Created with reactJs, Scss, redux-toolkit and localStorage.
Here a user can create Todo with their status(Complete, In-Progress, Incomplete) and can also update to Todo title and status as well.

Filter Todo's:-
- Complete
- In-Progress
- Incomplete

#### Live Preview of Todo App
![click here](https://modern-react-todo-app.netlify.app/)

## Todo App UI
![Todo Home](src/assets/todo-app.png)

## Add Filter UI
![Todo Filter](src/assets/todo-filter.png)

## When Todo Bucket is Empty
![Todo Empty](src/assets/todo-empty.png)