Skip to content

A short to-do list app practice to learn about the CRUD operation in JavaScript.

Notifications You must be signed in to change notification settings

smartofux/to-do-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDo List App

A responsive To-Do List application designed and developed using HTML, CSS, and JavaScript. The app supports full CRUD (Create, Read, Update, Delete) operations, allowing users to manage their tasks efficiently.

Features

  • Responsive Design: The app is fully responsive and works seamlessly on desktop, tablet, and mobile devices.

  • CRUD Operations:

    • Create: Add new tasks to your to-do list.
    • Read: View all the tasks in your list.
    • Update: Edit and update existing tasks.
    • Delete: Remove tasks from your list.
  • Local Storage: Tasks are saved in the browser's local storage, so your data persists even after refreshing the page.

  • User-Friendly Interface: Intuitive and easy-to-use interface designed to enhance user experience.

Demo

(Provide a link to a live demo of your app if available.)

Figma Design

You can view the design of the To-Do List App on Figma: [https://bit.ly/toDo-list]

Technologies Used

  • HTML: Markup language to structure the app.
  • CSS: Styling language to style the app.
  • JavaScript: Programming language to add functionality.

Acknowledgments


About

A short to-do list app practice to learn about the CRUD operation in JavaScript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published