Quizzical is a quiz web application that accesses trivia questions from the Open Trivia Database API and scores players based on their answers. It offers multiple game options such as difficulty and category for players to customize their experience.
Demo: Quizzical Demo
- HTML 5
- CSS 3
- JavaScript
- React - JavaScript library
To install Quizzical, follow these steps:
-
Clone the repository:
git clone https://github.com/ganeshdole/quzzical-v3
-
Navigate into the project directory:
cd quzzical-v3
-
Install dependencies:
npm I
-
Run the development server:
npm run dev
To use Quizzical:
- Visit the Quizzical website: Quizzical
- Select your desired game options such as difficulty and category.
- Start the quiz and answer the trivia questions.
- Receive your score based on your answers.
If you would like to contribute to Quizzical, follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/new-feature
). - Make your changes.
- Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature/new-feature
). - Create a new Pull Request.
This project is licensed under the MIT License. See the LICENSE file for details.
If you have questions or suggestions regarding Quizzical, please contact me at dole@gmail.com.