https://github.com/vovansuper/react-funky-notes
Funky Notes app with Material-UI, Styled-Components, React hooks, and opinionated eslint and prettier setup, cypress and testing library
https://github.com/vovansuper/react-funky-notes
axios cypress eslint eslint-config eslint-rules firebase material-ui notes-app prettier prettier-config prettier-eslint react react-hooks reactjs styled-components useeffect-hook usereducer-hooks usestate-hook
Last synced: 2 months ago
JSON representation
Funky Notes app with Material-UI, Styled-Components, React hooks, and opinionated eslint and prettier setup, cypress and testing library
- Host: GitHub
- URL: https://github.com/vovansuper/react-funky-notes
- Owner: VovanSuper
- License: mit
- Created: 2021-02-19T10:18:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-28T20:36:21.000Z (over 4 years ago)
- Last Synced: 2025-10-03T22:50:08.762Z (9 months ago)
- Topics: axios, cypress, eslint, eslint-config, eslint-rules, firebase, material-ui, notes-app, prettier, prettier-config, prettier-eslint, react, react-hooks, reactjs, styled-components, useeffect-hook, usereducer-hooks, usestate-hook
- Language: JavaScript
- Homepage: https://react-funky-notes.vercel.app/
- Size: 763 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Funky Notes app Sample
This is a simple stub app with Material-UI, Styled-Components, React hooks, eslint and prettier setup, cypress and testing library
aka...
`Simple React todo app with useReducer, context, api and Slack webhooks`
## How to use
##### ...just install [Node with npm](https://nodejs.org/) and :
```shell
git clone
npm install && npm start
```
##### Tests (with react-testing-library)
```shell
npm test
```
##### Running integration tests
```shell
npm run test:cy
```
##### Licence
Licensed under the GNU GPLv3 License - see the [LICENSE](LICENSE) file for details.
[](LICENSE)
Licensed under the GNU GPLv3 License - see the [LICENSE](LICENSE) file for details.
_Copyright (c) belongs to Vladimir Ovsyukov <>; Please, freely use **AS_IS** (under conditions defined within the [LICENSE](LICENSE))_