This is a simple To-Do List application built using HTML, CSS, and JavaScript. The app allows users to add, edit, and delete notes, and it persists the data using localStorage, ensuring that notes remain available even after the page is refreshed. The design is modern and responsive, making the app usable on both desktop and mobile devices.
- Add Notes: Users can enter new notes and save them to the list.
- Edit Notes: Notes can be edited after creation by simply clicking on the "Edit" button.
- Delete Notes: Notes can be deleted from the list with a click on the "Delete" button.
- Data Persistence: All notes are stored in the browser's local storage, so they remain accessible after the page is reloaded.
- Responsive Design: The app is designed to be fully responsive on mobile, tablet, laptop, and desktop devices.
- HTML: For structuring the content.
- CSS: For styling and creating a visually appealing layout using Tailwind CSS and custom styles.
- JavaScript: For managing the logic, such as adding, editing, and deleting notes, as well as handling local storage functionality.
If you are like to contribute to this project, feel free to fork the repository, make changes, and create a pull request.
Created by Arqum