This is a simple quiz application built with Vue.js, Vue Router, and Pinia for state management.
- Navigation between quiz questions using Vue Router.
- State management using Pinia.
- Responsive design for both desktop and mobile devices.
Clone the repository:
git clone https://github.com/ikennarichard/quiz-app.git
Navigate to the project directory:
cd quiz-app
npm install
Run the development server:
npm run dev
- Upon launching the app, users are presented home screen.
- Select start quiz to answering questions.
- Navigate through the quiz questions using the next and previous buttons.
- Select an answer for each question and submit your answers.
- After submitting, view your score and review the quiz.
Vue.js - A progressive JavaScript framework for building user interfaces. Vue Router - The official router for Vue.js. Pinia - Intuitive, type safe, light and flexible Store for Vue using the composition API.
Contributions are welcome! Please feel free to submit any bug fixes or enhancements as pull requests.
This project is licensed under the MIT License. See the LICENSE file for details.
This project was inspired by Platforms Innovations Limited.