- Frank Choukouali(fchoukou)
- Eyob Ashagire(eashagir)
- Harsh Yadav(hyadav)
- Neel Joshi(njoshi24)
For our web app final project we created a flag quiz game. Users are able to sign in and guess the country name that matches the flag displayed via multiple choice. There is a score for each game and we update the most highest score to the data. We display all the scores of all users on the leaderboard page. Morever, User can search for a country by name and just randomly view country. Some of the Technologies we used were, get bootstrap for the UI, Node, Express, and Mongo for the backend, and Rest Countries API for flag png and country name.
https://www.youtube.com/watch?v=Ng-z8ojaKj8
- express ^4.18.2
- http 0.0.1-security
- mongodb 4.5.0
- node-fetch ^2.6.7
- node-localstorage ^2.2.1
- EJS
- Bootstrap 5.2.3
Clone the repo git clone https://github.com/Choukouali2014/Final-Project-335
Run cd Final-Project-335 to go inside the directory
Install dependencies: -Run `npm install Run it on local 'http://localhost:PORTNUMBER
