Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.19 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.19 KB

Todo Application

A simple Todo application to help you keep track of your tasks and deadlines. This application allows you to add, complete, and delete tasks while saving your data locally using localStorage.

Features

  • Add new todos with a name and date.
  • Mark todos as completed.
  • Delete todos.
  • Visual feedback with a modal window when marking todos as completed.
  • Responsive design for different screen sizes.
  • Alerts when trying to add an empty todo.

Why Should You Use It?

  • Simple and Intuitive: Easy to use interface that helps you manage your tasks without any hassle.
  • Local Storage: Your tasks are saved in the browser's local storage, so they persist even after refreshing the page.
  • Responsive Design: The application works well on different screen sizes, making it accessible on both desktops and mobile devices.
  • Visual Feedback: Enjoy visual feedback when you mark tasks as completed, making task management more engaging.
  • Error Handling: Alerts you when trying to add an empty todo, ensuring that you only add valid tasks.

How to Use It

  1. Clone the Repository
    https://github.com/Pritamdutta7498/Todo-app.git