A Todo App Made With React And Redux
redux-todo
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
Built with
- React JS
- Redux / Redux Toolkit
- CSS Module
How to use this app locally?
Pre-requisites
- Have Node installed on your machine.
Setting up instructions
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
Author
Abdulsamad Ayoade
-
Github: abdulsamadayoade
-
Twitter: @samadayoade
-
Linkedin: Abdulsamad Ayoade
Contributing
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 .
Show your support
Give a ⭐️ if you like this project!