Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/david-szabo97/github-guesser
A Starry Game
https://github.com/david-szabo97/github-guesser
fun game github javascript preact pwa
Last synced: 2 months ago
JSON representation
A Starry Game
- Host: GitHub
- URL: https://github.com/david-szabo97/github-guesser
- Owner: david-szabo97
- Created: 2018-06-07T07:08:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-17T21:22:27.000Z (about 6 years ago)
- Last Synced: 2024-08-05T09:16:40.625Z (6 months ago)
- Topics: fun, game, github, javascript, preact, pwa
- Language: JavaScript
- Homepage: https://githubguesser.messedcode.com
- Size: 309 KB
- Stars: 45
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Github Guesser - A Starry Game
A little game to pass your time and meanwhile find interesting repositories!
**!WARNING!** The code is crap, don't blame me! Huge refactor is in progress.
---
Officially available at: https://githubguesser.messedcode.com
## Built With
* [Preact](https://preactjs.com/) - JS UI Framework
* [GitHub](https://github.com) - Data## CLI Commands
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build# test the production build locally
npm run serve# run tests with jest and preact-render-spy
npm run test
```For detailed explanation on how things work, checkout the [CLI Readme](https://github.com/developit/preact-cli/blob/master/README.md).
## Authors / Contributors
* **Dávid Szabó** - *Initial work* - [Github](https://github.com/david-szabo97/) - [Twitter](https://twitter.com/messedcode_dave)
* **Zoltán Kocsis** - *Headlines*