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

https://github.com/exposedcat/react-todo

React.JS TODO app
https://github.com/exposedcat/react-todo

Last synced: 17 days ago
JSON representation

React.JS TODO app

Awesome Lists containing this project

README

          

# React TODO app

## Running

Install dependencies:
`npm install`

Run dev mode:
`npm start`

Or build an app:
`npm build`