Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dawnmd/todo-redux
Todo app using state management library Redux
https://github.com/dawnmd/todo-redux
reactjs redux tailwindcss
Last synced: 24 days ago
JSON representation
Todo app using state management library Redux
- Host: GitHub
- URL: https://github.com/dawnmd/todo-redux
- Owner: DawnMD
- Created: 2021-03-09T08:53:39.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-08T11:05:26.000Z (about 1 year ago)
- Last Synced: 2024-12-09T15:50:56.023Z (27 days ago)
- Topics: reactjs, redux, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 1010 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo react app using Redux
## Packages used:
- React class components
- ~~Redux~~ **Reduxjs/Toolkit**
- Redux form
- TailwindCSS## Purpose
Practice application for understanding the use of ~~_**Redux**_~~ _**Reduxjs/Toolkit**_ in a complex webapp.
## For running the project
1. Clone the repo with `git clone `.
2. Run `npm i` inside the directory for installing all the required dependencies.
3. Run `npm start` for starting the development server.
4. Run `npm run build` for generating a production build.## Functionality to implement
- [x] Build separated components for all the blocks in the project
- [x] Style the project for a more visual appeal
- [x] Style with responsiveness
- ~~[ ] Use `localStorage` for persistance of data~~
- ~~[ ] Will add firebase realtime database~~
- [x] OPTIONAL - Add function to add multiple TODO cards