GautamKumar74 / World-Capital-Quiz

This Project is a quiz web application which asks for capital of a random country and shows your score.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

World Capital Quiz

Description

This project uses node.js, express.js as backend, PostgreSQL as a database where capital of each country is stored. This project is a Quiz web application which asks you the capital of random country and if you get it right then your score will increase otherwise the game will be finished. This project uses Ejs(Embedded javascript) which is a templating language which creates dynamic front-end using html and javascript together.

Run Locally

Clone the project

  git clone https://link-to-project

Go to the project directory

  cd my-project

Install dependencies

  npm install

Start the server

  node index.js

The project will run on localhost:3000. This project requires postgreSql in your system.

Screenshots

Screenshot (37)

About

This Project is a quiz web application which asks for capital of a random country and shows your score.


Languages

Language:CSS 36.5%Language:JavaScript 35.2%Language:EJS 28.3%