Skip to content

NibaAmine101/redux-todo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  1. Type in their todo
  2. Set a reminder
  3. Delete todo

Built with

  • React JS
  • Redux / Redux Toolkit
  • CSS Module

Live demo link

Redux Todo

How to use this app locally?

Pre-requisites

  • Have Node installed on your machine.

Setting up instructions

In case you use Git

  1. Open terminal

  2. Run the following commands:

Author

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!

About

a todo app made with react and redux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.3%
  • CSS 31.3%
  • HTML 19.4%