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

https://github.com/biyuqi/react-todolist

A react todo list app without the redux base on create-react-app
https://github.com/biyuqi/react-todolist

Last synced: 3 months ago
JSON representation

A react todo list app without the redux base on create-react-app

Awesome Lists containing this project

README

          

## Download && Usage

```js
git clone https://github.com/BiYuqi/react-todolist.git
cd react-todolist

npm install
// or
yarn install

// local

npm run start
//or
yarn run start

// build

npm run build
//or
yarn run build
```