Skip to content

GSG-G9/ow-todo-app-Israa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo App

Purpose

This Website helps you to manage your tasks by writing your todo tasks filter and delete them.

User Story 📝

** As a user you can **

  • Add new todos to the list
  • Mark todos as complete
  • Delete todos from the list
  • Filter by all/active/complete todos
  • Clear all completed todos
  • Toggle light and dark mode

**Installation guide ** 📥

  1. Clone this repo.
  2. Navigate to the cloned repo.
  3. Open it in your Editor.
  4. run npm i to install all dependencies & dev-dependencies.
  5. create .env file and add
ESLINT_NO_DEV_ERRORS=true 
  1. Run the Project using npm start

Technologies 💻

  • ReactJS (Hooks).
  • Redux & Redux Toolkit

Resource 🌐