This Website helps you to manage your tasks by writing your todo tasks filter and delete them.
- 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
- Clone this repo.
- Navigate to the cloned repo.
- Open it in your Editor.
- run
npm i
to install all dependencies & dev-dependencies. - create .env file and add
ESLINT_NO_DEV_ERRORS=true
- Run the Project using
npm start
- ReactJS (Hooks).
- Redux & Redux Toolkit