JavaScript Guessing Game

You don't know JavaScript

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

Play the game!

Demo

Inspired by How it feels to learn JavaScript in 2016.

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

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification and service workers
npm run build