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

https://github.com/chanran/reacttodolists

react+redux+react-router todoLists
https://github.com/chanran/reacttodolists

react react-router redux todolist

Last synced: 2 months ago
JSON representation

react+redux+react-router todoLists

Awesome Lists containing this project

README

          

# react+redux+react-router todoLists

## pages

![first page](./docs/first_page.png)

![login page](./docs/login_page.png)

![todolists](./docs/todo_lists.png)

## install devdependency

- install [Redux DevTools](https://chrome.google.com/webstore/detail/lmhkpmbekcpmknklioeibfkpmmfibljd?utm_source=chrome-app-launcher-info-dialog)

## start

open a terminal
```
git clone https://github.com/Chanran/reactTodoLists
cd reactTodoLists
npm i -d
npm i -gd nodemon
npm start
```

open another terminal
```
npm run dev
```

open **[http://localhost:3001/#/](http://localhost:3001/#/)** in browser.

## login

```
username: blue
password: huimin
```

## LICENSE

[MIT](./LICENSE)