A simple To-Do List application that allows users to manage their tasks locally. Users can add, delete, mark as complete/incomplete, and store their to-do tasks permanently in local storage.
•Features
→Add Task: Users can add new tasks to their to-do list.
→Delete Task: Users can delete tasks from their to-do list.
→Complete/Incomplete Task: Users can mark tasks as complete or incomplete.
→Local Storage: To-do tasks are stored permanently in the user's local storage.
•Technologies Used
→HTML
→CSS
→JavaScript
→React JS
→React Redux Toolkit
•How to Use
1.Simple add title and description of your task
2.You can automatically view your to do lists after press "add" button
3.You can delete tasks by press on delete icon
4.You can mark as completed /incomplete to your every task.