- 📖 About the Project
- 💻 Getting Started
- 👥 Author
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Quizzical is a project that represents a game users can play by answering a set of general questions and they get a result shown to them.
Client
Watch the page on this link
I plan to implement the following features:
- [Quiz] This section shows the questions to be answered.
- [Answers] This section features the multiple choices a user can select from.
- [Submit_Button] This button allows the user to submit the answers once he/she is through with answering them.
To get a local copy up and running, follow these steps.
Prerequisites </>
In order to set up a local copy of this repository, you need to have git installed:
Clone this repository to your desired folder:
Example commands:
mkdir my-folder
cd my-folder
git clone git@github.com:Bennyjoez/Quizzical.git
npm install
To run the project:
Run this command on the terminal
npm run dev
-
Read through the question.
-
Look at the possible answers listed below each question.
-
Click on a possible answer to a question.
Note : One answer per question
-
After selecting answers to all questions, click on check answers button.
-
Look at the correct answers highlighted in green.
-
Check the score at the bottom of the screen.
-
Click on play again to start a new game.
Tests can be performed using the lighthouse extension on google chrome to get a report of the page performance.
👤 Benson Njuguna
- GitHub: @bennyjoez
- Twitter: @bennyjoezz
I plan to add the following features:
- [Historical_scores]
- [Additional_questions]
- [Genre_list]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, you can show your support by giving this project's repository a star on github.
I would like to thank Microverse for the outstanding collection of information they have provided that enabled me to create the project.
This project is MIT licensed.