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

https://github.com/fredrikaugust/nibble4

Testing React Hooks and nibble API
https://github.com/fredrikaugust/nibble4

nibble react react-hooks

Last synced: about 1 year ago
JSON representation

Testing React Hooks and nibble API

Awesome Lists containing this project

README

          

# Nibble⁴ aka. "Hooked on a feeling"

_Disclaimer: I'm so sorry for not doing anything productive but I binged **react hooks** videos, and had to try 'em out._

_Disclaimer²: This is just a POC, and should obviously not be used (yet)._

### Using

Copied straight outta `package.json`:

```javascript
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
}
```

### Development

- `yarn`
- code
- create PR

### License

```
Nibble 4 -- a digital kiosk at the offices of the student organization for informatics at NTNU
Copyright (C) 2018 Fredrik August Madsen-Malmo

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
```