Our group was tasked with recreating a unique, web version of the TV gameshow 'Family Feud'. In this project we used the following technologies:
- webpack
- SASS
- ES6 (JavaScript)
- HTML
- TDD with chai spies/ mocha
This game is live thanks to github pages! Just click here to play.
Clone down this repo: In your terminal (in your desired directory) clone this repo using the following command:
git clone https://github.com/sschipke/gameTime.git
Then install the library dependencies. Run:
npm install
In the terminal, run:
npm start
You will see a bunch of lines output to your terminal. One of those lines will be something like:
Project is running at http://localhost:8080/
Go to http://localhost:8080/
in your browser to play our game.