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

https://github.com/maksym-topdev/todo_list_api_react

About ToDo List API on React (React + Material UI + ESLInt + Prettier + StyleLint + PWA)
https://github.com/maksym-topdev/todo_list_api_react

api babel css css-in-js eslint html javascript material-ui prettier pwa pwa-apps react react-context react-hooks-lintstaged react-router spa stylelint

Last synced: 6 months ago
JSON representation

About ToDo List API on React (React + Material UI + ESLInt + Prettier + StyleLint + PWA)

Awesome Lists containing this project

README

          

# ToDo List API

[Demo](https://arturw1998.github.io/ToDoListAPI/)

### Provides

- react ^16.x
- react-router-dom 5.x
- prop-types 15.x
- classnames 2.x
- @material-ui/core 4.x
- @material-ui/icons 4.x
- gh-pages 3.x
- husky 3.x
- lint-staged 9.x

### Development

- webpack-dev-server 3.x

`npm start`

### Building

- babel 7.x

`npm run build`

### Code Quality

- eslint 6.x
- stylelint 12.x
- prettier 1.x

`npm run lint` / `npm run lint:styles` / `npm run format` / `npm run format:styles`

### Unit Testing

- @testing-library/jest-dom 4.x
- @testing-library/react 9.x
- @testing-library/user-event 7.x

`npm test`