Skip to content

A todo app built using React and styled with HTML/CSS. It allows users to add tasks, store them in local storage, mark them as completed, and delete them

Notifications You must be signed in to change notification settings

uday03meh/todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo App

This is a todo app built using React and styled with HTML/CSS. It allows users to add tasks, store them in local storage, mark them as completed, and delete them

Features

The app comes with the following features:

  • Adding a task: Users can add a new task by typing into the input field and clicking the "Add" button.Storing tasks in local storage: The app stores all tasks in the browser's local storage so that they persist even after the user refreshes the page or closes the browser.
  • Completing a task: Users can mark a task as completed by clicking the checkbox next to it. Completed tasks are displayed with a strike-through effect.
  • Deleting a task: Users can delete a task by clicking the "Delete" button next to it. This removes the task from the list and from local storage.
  • Storing tasks in local storage: The app stores all tasks in the browser's local storage so that they persist even after the user refreshes the page or closes the browser.

Getting Started

To get started with the app, follow these steps:

About

A todo app built using React and styled with HTML/CSS. It allows users to add tasks, store them in local storage, mark them as completed, and delete them

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages