8000 GitHub - sum1275/Quiz-App: Quiz App
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sum1275/Quiz-App

Repository files navigation

Quiz App

Various Screens: image image image image

Problem Statement

Overview: This Quiz App includes audio for each question.

Setting up the Frontend in Local Environment

To set up the frontend locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/sum1275/Quiz-App.git
    
  2. Install Packages:

    To install the necessary packages, run the following command in your terminal:

    npm install
    
  3. 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:

  1. Fork the repository on GitHub.

  2. Clone the forked repository to your local machine:

    git clone https://github.com/your-username/Quiz-App.git
  3. Commit Your Changes: After completing your feature, commit your changes with:

git commit -m 'Add some AmazingFeature'
  1. Push to the Branch: Upload your new feature to GitHub using:
git push origin feature/AmazingFeature
  1. Open a Pull Request: Finally, submit your changes for review to be potentially merged into the main project.

About

Quiz App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0