A webapp based on popular television game show "Who Wants to Be a Millionaire?" using Open Trivia API. The game involves answering questions, for each good question the prize will increase up to 12 good answers which is main prize
The main goal of creating this application was to test the acquired knowledge with Node.js and Express and use SCSS for the first time.
- HTML 5
- CSS 3 (SCSS)
- JavaScript ECS6
- Node.js
- Express
- Clone this repo to your desktop
- Run
npm install
to install all dependencies - Run
node app.js
to start the application