Welcome to my Trivia Game! This project, developed from September 2023 to November 2023, is a dynamic and engaging trivia game built with React and backed by a Node server.
- Dynamic Question Loading: Real-time questions are fetched from the Open Trivia Database.
- State Management: Seamless user interactions and dynamic updates using React's state management.
- Game Modes: Enjoy various game modes for a customized trivia experience.
- Scoreboard: Keep track of your performance with an interactive scoreboard.
- Animations: Enhance the gaming experience with smooth and eye-catching animations.
- Error Handling: Robust JavaScript code ensures a smooth user experience with effective error handling.
- React: A popular JavaScript library for building user interfaces.
- Node: Powers the server to fetch questions in real-time.
- JavaScript: The primary programming language for both frontend and backend development.
-
Clone the repository:
git clone https://github.com/Twoos123/TriviaGame.git
-
Navigate to the project directory:
cd TriviaGame -
Install dependencies:
npm install
-
Run the application:
npm start
Open your browser and navigate to http://localhost:3000 to enjoy the Trivia Game.
Contributions are welcome! If you have ideas, suggestions, or improvements, feel free to open an issue or create a pull request.
Special thanks to the Open Trivia Database for providing the wealth of trivia questions.
Enjoy the game!