Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daniel-frank-miller/javascript-guessing-game
https://github.com/daniel-frank-miller/javascript-guessing-game
babel chai firebase vue-router vue2 vuex2
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/daniel-frank-miller/javascript-guessing-game
- Owner: daniel-frank-miller
- Created: 2024-10-13T12:24:36.000Z (24 days ago)
- Default Branch: master
- Last Pushed: 2024-10-13T13:06:29.000Z (24 days ago)
- Last Synced: 2024-10-17T03:28:03.949Z (21 days ago)
- Topics: babel, chai, firebase, vue-router, vue2, vuex2
- Language: JavaScript
- Homepage:
- Size: 6.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/samiheikki/javascript-guessing-game.svg?branch=master)](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/)
![Demo](https://github.com/samiheikki/javascript-guessing-game/blob/master/static/og_image.jpg?raw=true)
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
```
## CreditsThank 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)