Multi Choices Quiz
Multi Choices Quiz is an interactive app for administering multiple-choice quizzes. It’s designed to support learning and self-assessment in a straightforward, user-friendly format.
Check out the live demo here.
The project is fully responsive, ensuring it works across all devices.
Fork
button at the top-right of the repository page.
git clone https://github.com/your-username/repo-name.git
cd repo-name
npm install -g serve
serve
http://localhost:<port>
to view the project.Replace
<port>
with the port number displayed in the terminal.
Contributions are welcome and greatly appreciated! If you’d like to contribute to this project, please follow these steps:
Fork
button at the top-right of the repository page.
git clone https://github.com/your-username/repo-name.git
git checkout -b feature/your-feature-name
git commit -m "feat: your feature description"
git push origin feature/your-feature-name
If you find my work good, consider giving it a ⭐ or fork-ing to show some ❤️. It helps me stay on track and be motivated.