Redux-todo is a todo web app where users can type in their todo and also set a reminder. The todos are not saved/fetched on/from a server, so when a user refresh their browser, the todos will disappear.
Users can:
- Type in their todo
- Set a reminder
- Delete todo
- React JS
- Redux / Redux Toolkit
- CSS Module
Pre-requisites
- Have Node installed on your machine.
In case you use Git
-
Open terminal
-
Run the following commands:
-
git clone https://github.com/abdulsamadayoade/redux-todo.git
-
cd redux-todo
-
npm install
-
npm start
-
Github: abdulsamadayoade
-
Twitter: @samadayoade
-
Linkedin: Abdulsamad Ayoade
To contribute to this project: Fork this repository & clone locally. Create an upstream remote and sync your local copy. Create a new branch. Push your code to your origin repository. Create a new Pull Request .
Give a ⭐️ if you like this project!