Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sureshmrd/react-todo-app-v1

This Repo contains the project files related to Todo - Application built using React.js
https://github.com/sureshmrd/react-todo-app-v1

css3 html5 javascript localstorage reactjs

Last synced: about 1 month ago
JSON representation

This Repo contains the project files related to Todo - Application built using React.js

Awesome Lists containing this project

README

        

## Todo-App-v1 (version1) using React.js

## Overview
#### This project is a simple Todo application built using React. It allows users to add, delete, and edit todo items.
#### The app also stores todos in the local storage, so the list persists even after the page is refreshed.

## Features
- Add a new todo item
- Delete an existing todo item
- Edit an existing todo item
- Persist todos in local storage

## Usage
- Add Todo: Enter your todo item in the input field and click the "Add" button.
- Edit Todo: Click the "Edit" button next to the todo item, modify the text, and save the changes.
- Delete Todo: Click the "Delete" button next to the todo item to remove it from the list.

## Local Storage
- The app uses the browser's local storage to save the todos. This ensures that your todo list remains available even after refreshing the page or closing the browser.

## Interface

image