Overview: This Quiz App includes audio for each question.
To set up the frontend locally, follow these steps:
-
Clone the repository:
git clone https://github.com/sum1275/Quiz-App.git
-
Install Packages:
To install the necessary packages, run the following command in your terminal:
npm install
-
Start the Server:
To initiate the application server, execute the following command in your terminal:
npm run dev
Contributing:
Your contributions are essential to the development and improvement of the Quiz App. Here are the steps to contribute:
-
Fork the repository on GitHub.
-
Clone the forked repository to your local machine:
git clone https://github.com/your-username/Quiz-App.git
-
Commit Your Changes: After completing your feature, commit your changes with:
git commit -m 'Add some AmazingFeature'
- Push to the Branch: Upload your new feature to GitHub using:
git push origin feature/AmazingFeature
- Open a Pull Request: Finally, submit your changes for review to be potentially merged into the main project.