Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joseangelcrn/todo_list_react
A simple todo app
https://github.com/joseangelcrn/todo_list_react
react react-hooks redux todo
Last synced: 26 days ago
JSON representation
A simple todo app
- Host: GitHub
- URL: https://github.com/joseangelcrn/todo_list_react
- Owner: joseangelcrn
- Created: 2024-04-16T10:20:28.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-04-19T08:02:58.000Z (10 months ago)
- Last Synced: 2024-11-17T02:26:23.277Z (3 months ago)
- Topics: react, react-hooks, redux, todo
- Language: JavaScript
- Homepage:
- Size: 225 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple todo list app (without CRUD) in React
![App Image](https://i.ibb.co/pvtd2pJ/todolist.png)
## Hooks, Routers, Redux and MUI implementation
Just an app to practise react concepts
---
## How it works ?
```
cd todo_list_react
npm install
npm run start
```---
Any pull request is welcome! 😄
---