Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bernardobarreto/reactjs-todo-app

Sample todo app using React.js with LocalStorage for data persistance
https://github.com/bernardobarreto/reactjs-todo-app

javascript reactjs todo-app

Last synced: 28 days ago
JSON representation

Sample todo app using React.js with LocalStorage for data persistance

Awesome Lists containing this project

README

        

# TODO app
Basic todo app with React.js, using Local Storage for data persistance.

## Functionalities

- Add todo task
- Mark task as done (task is removed from list)
- Delete task (task is removed from list)

## Available Scripts

In the project directory, you can run:

### `npm start`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.