Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sureshmrd/react-todo-app-v1
- Owner: sureshmrd
- Created: 2024-07-16T14:33:49.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-16T14:51:06.000Z (7 months ago)
- Last Synced: 2024-11-08T15:19:10.396Z (3 months ago)
- Topics: css3, html5, javascript, localstorage, reactjs
- Language: CSS
- Homepage:
- Size: 181 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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