ZW Code Exercise - React Game
- Using node version 8.9.1 run
npm install
- Run
npm start
- Next navigate to
http://localhost:8080
- 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.
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.
- 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
orcss
- Must be responsive and mobile friendly
- Shoud work in all modern web browsers
- Must have a winner UI