Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/salamjillani/todo-localstorage-react
A To-Do list app built with React.js that stores tasks in local storage.
https://github.com/salamjillani/todo-localstorage-react
css localstorage reactjs
Last synced: 3 days ago
JSON representation
A To-Do list app built with React.js that stores tasks in local storage.
- Host: GitHub
- URL: https://github.com/salamjillani/todo-localstorage-react
- Owner: salamjillani
- Created: 2024-12-01T13:27:41.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-01-03T15:42:13.000Z (about 1 month ago)
- Last Synced: 2025-01-25T00:19:31.449Z (21 days ago)
- Topics: css, localstorage, reactjs
- Language: JavaScript
- Homepage: https://taskmaster-kappa-ten.vercel.app
- Size: 192 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo LocalStorage React
A To-Do list app built with React.js that stores tasks in local storage. It allows users to add, edit, mark as completed, and remove tasks, keeping them saved even after a page refresh.
### Prerequisites
- Node.js
- npm## Features
- Add new tasks
- Edit existing tasks
- Mark tasks as completed
- Remove tasks
- Persistent storage using local storage## Installation
1. Clone the repository:
```bash
git clone https://github.com/codesofsalam/todo-localstorage-react.git
cd todo-localstorage-react
```2. Install dependencies:
```bash
npm install
```## Usage
1. Start the development server:
```bash
npm start
```
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
2. Build the app for production:
```bash
npm run build
```
This will create a `build` folder with the production build of the app.