Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qingquan-li/react-todo-app
A simple to-do app built with React.js.
https://github.com/qingquan-li/react-todo-app
react todo
Last synced: 11 days ago
JSON representation
A simple to-do app built with React.js.
- Host: GitHub
- URL: https://github.com/qingquan-li/react-todo-app
- Owner: Qingquan-Li
- Created: 2022-11-11T06:28:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-11T14:26:49.000Z (about 2 years ago)
- Last Synced: 2024-11-27T20:30:33.511Z (2 months ago)
- Topics: react, todo
- Language: JavaScript
- Homepage: https://Qingquan-Li.github.io/react-todo-app
- Size: 615 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-todo-app
A simple to-do app with create, read, update and delete operations, built with React.js.
## Run locally
```bash
$ npm install
$ npm start
```## Deploy the site to GitHub
https://create-react-app.dev/docs/deployment#github-pages
```bash
$ npm run deploy
```