World Map Quiz
The following web application is a world flag quiz. Users are able to sign in and attempt to match the displayed flag with the correct country name through multiple choice options. Each game keeps track of the player's score and the highest score is recorded and displayed on a leaderboard page. Users can also search for a country by name and view a random country. Some of the technologies used included Bootstrap for the UI, Node, Express, Mongo for the backend, and the Rest Countries API for flag images and country names.
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/harshryadav/WorldFlagQuiz
Run cd WorldFlagQuiz to go inside the directory
Install dependencies: -Run `npm install Run it on local 'http://localhost:PORTNUMBER
