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
- Host: GitHub
- URL: https://github.com/nabigraphics/todo-app
- Owner: nabigraphics
- Created: 2020-08-20T17:00:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-23T11:34:55.000Z (almost 6 years ago)
- Last Synced: 2025-06-26T00:03:39.739Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://nabigraphics.github.io/todo-app/
- Size: 855 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```