Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.09 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.09 KB

World Capital Quiz

Overview

  • This project is made to practice how to use the Postgres database. The application fetches capital cities from a PostgreSQL database and presents a series of questions to the user. The user can submit their answers, skip questions, and see their total score.
  • The project is an educational exercise, originally developed as part of the Udemy course "The Complete 2024 Web Development Bootcamp." and I just added aditional "skip" function.

Features

  • Responsive
  • Score tracking
  • Submit, skip, restart function

Technologies:

  • Backend:
    • Express.js
    • pg (node-postgres) - PostgreSQL client for Node.js.
  • Database:
    • PostgreSQL
  • Frontend:
    • Bootstrap - For responsive design.
    • EJS - HTML with embedded JavaScript.
  • Other:
    • body-parser - Middleware to parse incoming request bodies.

Preview

Screenshot 2024-09-04 015616

This project is for educational purposes and is based on content from the Udemy course "The Complete 2024 Web Development Bootcamp.