Skip to content

ARQUM21/JAVASCRIPT_Todo_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript To-Do List App

Project Overview

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.

Features

  • 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.

Tech Stack

  • 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.

Contributions

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

About

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 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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors