Skip to content

harsh01234s/Todo-list-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Todo List Application

This is a simple Todo List application built with React. It allows users to add, delete, and store todos in the browser's local storage.

Table of Contents

-Installation -Usage -Features -Components -Contributing -License

Installation:

  1. Clone the repository: git clone https://github.com/your-username/react-todo-list.git cd react-todo-list.

  2. Install dependies: npm install

  3. Start the server: npm start

Usage:

Add a Todo:

Fill in the title and description fields and click the "Add Todo" button.

Delete a Todo:

Click the delete button next to a todo item to remove it from the list.

View About Page:

Navigate to the /about route to view the About page.

Features:

Add Todo:

Users can add new todo items with a title and description.

Delete Todo:

Users can delete todo items.

Local Storage:

Todos are saved in the browser's local storage, so they persist even after a page refresh.

Routing:

Basic routing with react-router-dom to navigate between the home and about pages.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published