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

https://github.com/nabigraphics/todo-app

Todo App with based on React.js
https://github.com/nabigraphics/todo-app

Last synced: about 1 year ago
JSON representation

Todo App with based on React.js

Awesome Lists containing this project

README

          

# Todo App
Todo App with based on React.js

[Demo](https://nabigraphics.github.io/todo-app/)

## Features
- Add/Remove item
- Update status to done
- Filter

## Getting Started
```
$ git clone https://github.com/nabigraphics/todo-app
$ cd todo-app
$ yarn
$ yarn start
$ yarn build
$ yarn deploy
```