Skip to content

Latest commit

 

History

History
67 lines (39 loc) · 1.06 KB

README.md

File metadata and controls

67 lines (39 loc) · 1.06 KB

trivia-game-night

This is a web-based trivia game created using React, JavaScript, and CSS.

Table of Contents

Overview

Trivia Game Night was created to provide great entertainment to users, fetching questions from an API.

Features

  • User creation using Oath, login and logout.
  • 5 categories of questions.
  • Interactive sounds as you play the game.
  • Scoreboard implementation with winning functionality.

Installation

  1. Clone the repository to your local machine:

git clone https://github.com/raulclassico7/trivia-game-night.git

css Copy code

  1. Navigate to the project directory:

cd trivia-game

markdown Copy code

  1. Install dependencies:

npm install

markdown Copy code

Usage

  1. Start the development server:

npm start

markdown Copy code

  1. Open your web browser and visit http://localhost:3000 to play the trivia game.

Technologies Used

  • React
  • JavaScript
  • CSS
  • Webpack