owlstronaut / zw-code-exercise

ZW Code Exercise - React Game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zw-code-exercise

ZW Code Exercise - React Game

Setup

  • Using node version 8.9.1 run npm install
  • Run npm start
  • Next navigate to http://localhost:8080

Building for prod

  • Run npm run build

Note: If you do this you need to run npm run clear before starting dev mode. Webpack dev server resolves compiled files first instead of virtual files. So you have to clear that stuff out or you wont see your changes in dev mode.

Objective

example

You will be making a game in React. Feel free to be creative. We have provided an SVG example and an icon, but you may use whatever you like. Click on a target to get a point. After 10 successful clicks, the player wins.

Requirements

  • Fork this repo and submit a PR when done
  • No external libs
  • Put code in /src/spas/home
  • Must use SVG asset for click target
  • You may use scss or css
  • Must be responsive and mobile friendly
  • Shoud work in all modern web browsers
  • Must have a winner UI

About

ZW Code Exercise - React Game


Languages

Language:JavaScript 98.7%Language:CSS 1.3%