Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```