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)
- Host: GitHub
- URL: https://github.com/maksym-topdev/todo_list_api_react
- Owner: Maksym-TopDev
- License: mit
- Created: 2025-07-11T20:20:13.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-07-11T20:24:14.000Z (6 months ago)
- Last Synced: 2025-07-11T22:25:53.578Z (6 months ago)
- Topics: 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
- Language: JavaScript
- Homepage:
- Size: 1.7 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`