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
- Host: GitHub
- URL: https://github.com/fredrikaugust/nibble4
- Owner: FredrikAugust
- Created: 2018-11-07T19:08:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-04T16:19:28.000Z (over 7 years ago)
- Last Synced: 2025-01-31T10:42:36.595Z (over 1 year ago)
- Topics: nibble, react, react-hooks
- Language: JavaScript
- Size: 2.99 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 .
```