Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.