JavaScript Guessing Game

You know there are too many JavaScript libraries when there is a game for it

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.

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 installed.

# 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

GitHub