https://github.com/samiheikki/javascript-guessing-game
You know there are too many JavaScript libraries when there is a game for it 🎯
https://github.com/samiheikki/javascript-guessing-game
game javascript javascript-guessing-game js-library
Last synced: 8 months ago
JSON representation
You know there are too many JavaScript libraries when there is a game for it 🎯
- Host: GitHub
- URL: https://github.com/samiheikki/javascript-guessing-game
- Owner: samiheikki
- Created: 2016-10-08T19:27:17.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-06-15T21:37:20.000Z (over 4 years ago)
- Last Synced: 2025-03-29T06:09:05.138Z (8 months ago)
- Topics: game, javascript, javascript-guessing-game, js-library
- Language: JavaScript
- Homepage: https://javascript-game.firebaseapp.com/
- Size: 6.38 MB
- Stars: 418
- Watchers: 5
- Forks: 82
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-vue - JavaScript Guessing Game - You know there are too many JavaScript libraries when there is a game for it ` 📝 11 days ago ` (Open Source [🔝](#readme))
- awesome-vue-zh - JavaScript猜猜游戏 - 用于识别JavaScript工具和库的游戏. (awesome-vue [](https://github.com/sindresorhus/awesome) / 开源)
- awesome-vue - JavaScript Guessing Game - A game for identifying JavaScript tools and libraries. (Projects Using Vue.js / Open Source)
- awesome-vue - JavaScript Guessing Game ★349 - A game for identifying JavaScript tools and libraries. (Awesome Vue.js [ ★101652](https://github.com/sindresorhus/awesome) / Open Source)
- awesome-vue - JavaScript Guessing Game - A game for identifying JavaScript tools and libraries. (Awesome Vue.js [](https://github.com/sindresorhus/awesome) / Open Source)
README
[](https://travis-ci.org/samiheikki/javascript-guessing-game)
# JavaScript Guessing Game
> You know there are too many JavaScript libraries when there is a game for it
## Description
React, Flux, Angular, Aurelia, TypeScript, Flow, oh my! By trying to make things simpler, I have created this game to stay on top of JavaScript in 2017.
[Play the game!](https://javascript-game.firebaseapp.com/)

Inspired by [How it feels to learn JavaScript in 2016](https://hackernoon.com/how-it-feels-to-learn-javascript-in-2016-d3a717dd577f#.6m8kr3ema).
## Contributing
1. Add a new object of a JavaScript tool to `/static/logos.json` JSON file.
2. Add `100x100` .png image to `/static/logos/` directory with the tool's name in lowercase as the file's name.
3. Create a pull request :)
## Build Setup
First make sure you have [Yarn](https://yarnpkg.com) installed.
``` bash
# install dependencies
yarn install
# serve with hot reload at localhost:8080
yarn run dev
# run e2e tests
yarn run test
# build for production with minification and service workers
yarn run build
```
## Credits
Thank you to the following awesome people for sending PRs :heart: :
- [@francomontiel](https://github.com/francomontiel)
- [@sankyavi](https://github.com/sankyavi)
- [@zoltantothcom](https://github.com/zoltantothcom)
- [@sis0k0](https://github.com/sis0k0)
- [@Navajyoth](https://github.com/Navajyoth)
- [@onursenture](https://github.com/onursenture)
- [@cosminlupu](https://github.com/cosminlupu)
- [@manolo](https://github.com/manolo)
- [@abnersajr](https://github.com/abnersajr)
- [@limonte](https://github.com/limonte)
- [@cvuorinen](https://github.com/cvuorinen)
- [@rjmunro](https://github.com/rjmunro)
- [@sabareeshkk](https://github.com/sabareeshkk)
- [@jsonmaur](https://github.com/jsonmaur)
- [@dapetcu21](https://github.com/dapetcu21)
- [@ssurve](https://github.com/ssurve)
- [@pjbaert](https://github.com/pjbaert)
- [@WeiChiaChang](https://github.com/WeiChiaChang)
- [@maxv](https://github.com/maxv)
- [@leocaseiro](https://github.com/leocaseiro)
- [@saulis](https://github.com/saulis)
- [@Clonex](https://github.com/clonex)
- [@biozid-0208](https://github.com/biozid-0208)
- [@mattiamanzati](https://github.com/mattiamanzati)
- [@MaizerGomes](https://github.com/maizergomes)
- [@alfill](https://github.com/alfill)