https://github.com/stagfoo/nuzlocke-helper
https://github.com/stagfoo/nuzlocke-helper
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stagfoo/nuzlocke-helper
- Owner: stagfoo
- License: mit
- Created: 2021-12-31T08:55:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-09T11:02:19.000Z (over 4 years ago)
- Last Synced: 2025-01-15T07:34:02.354Z (over 1 year ago)
- Language: TypeScript
- Size: 24.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nuzlocke Helper
to start the project run
```
npm run start;
```
## Video explaining it here
- Part 1: https://youtu.be/G2hEtXOzw3I
- Part 2: https://youtu.be/LD8a5MQNa9E
- Part 3: https://youtu.be/lbG0Hv_ADa8
# Template used
a kit to build quick demo apps and test ideas (chumming the water so to speak )
- 🖼️ UI = [nanohtml](https://github.com/choojs/nanohtml)
- 🍖 Store = [Obake.js](https://github.com/stagfoo/obake)
- 🦴 Router = [Page.js](https://visionmedia.github.io/page.js/)
- 🍹 Styles = Just Javascript and strings [Joro](https://github.com/stagfoo/joro).