This is a web-based trivia game created using React, JavaScript, and CSS.
Trivia Game Night was created to provide great entertainment to users, fetching questions from an API.
- User creation using Oath, login and logout.
- 5 categories of questions.
- Interactive sounds as you play the game.
- Scoreboard implementation with winning functionality.
- Clone the repository to your local machine:
git clone https://github.com/raulclassico7/trivia-game-night.git
css Copy code
- Navigate to the project directory:
cd trivia-game
markdown Copy code
- Install dependencies:
npm install
markdown Copy code
- Start the development server:
npm start
markdown Copy code
- Open your web browser and visit http://localhost:3000 to play the trivia game.
- React
- JavaScript
- CSS
- Webpack