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

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

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: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](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))_