Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.35 KB

README.md

File metadata and controls

48 lines (31 loc) · 1.35 KB

ToDo App

I build this project to help the people who want to manage their time and they want to achieve their goals easily. So with this app they can track their progress and they can be more manageable.

Live demo 📺

Click here Todo App to get a nice experience by using the demo version.

Usage The App

  1. add task description in the description input and click Enter to add in toDo list.
  2. In the List of todos, you can switch the todo state to be complete or not by click on action in bottom.
  3. Delete the todos by click on the X icon .
  4. Delete all completed todo by click on the clear completed button.

Potential stretch goals

  1. Switch between light and dark mode by click on sun/moon icon.
  2. You can update the todo by double click on the todo to get the update form.

Technologies 💻

  1. React
  2. Redux-Saga
  3. antDesign

Getting Started 📣

1. You can start by cloning the repository on your local machine by running:

git clone https://github.com/GSG-G9/ow-todo-app-ahme-eid
cd ow-todo-app-ahme-eid

2. Install all of the dependencies:

npm i

3. run the app locally:🔌

npm start

Now the app should be running at http://localhost:3000