Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 918 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 918 Bytes

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 🌐