A Kahoot-style geography trivia game built with React (frontend) and Node.js (backend).
This project fetches geography questions from an online REST API and provides an interactive quiz experience.
- Frontend: React, TypeScript, React Router, Hooks, Modular CSS
- Backend: Node.js, Express
-
Clone the repository:
git clone https://github.com/yourusername/geography-trivia-mania.git
-
Navigate to the backend directory and install dependencies:
cd backend npm install node index.js
-
In a separate terminal, navigate to the frontend directory and install dependencies:
cd frontend npm install npm start
-
Open your browser at http://localhost:3000 to play the game.
Joshua Jung – [email protected]