Git Product home page Git Product logo

sar-taj107 / tech-quiz Goto Github PK

View Code? Open in Web Editor NEW
8.0 1.0 18.0 356 KB

An online Tech quiz Website all are welcome to explore and contribute into this repo makes it more dynamic .Your expertise can enhance our knowledge base! Contribute and join us in celebrating Hacktoberfest! πŸŽ‰πŸŽ‰

Home Page: https://sar-taj107.github.io/Tech-Quiz/

License: MIT License

HTML 84.93% JavaScript 6.12% CSS 8.94%
begginer-friendly good-first-issue hacktoberfest hacktoberfest-accepted hacktoberfest2023 hactoberfest-starter online-website open-source quiz-app html-css-javascript

tech-quiz's Introduction

Tech-Quiz

An online Tech quiz Website

Welcome to Hacktoberfest #10 2023

Hacktoberfest Banner

⭐ This repository is made for beginners who are looking for a beginner-friendly repository to start open source contributions!

⭐ Feel free to use this project to make your first contribution to an open-source project on GitHub.

⭐ Star this repository for a better reach!

What is Hacktoberfest? πŸ€”

A month-long celebration from October 1st to October 31st presented by Digital Ocean and DEV Community collaborated with GitHub to get people involved in Open Source.

https://hacktoberfest.com/

A BIG Thanks To Our Contributors 🀝 🀝]

Note πŸ”₯

  1. To qualify for digital rewards by Hacktoberfest, you must register for the event and make four Pull Requests (PRs) between October 1-31, 2023 (in any time zone).

  2. Pull requests can be made in any GitHub or GitLab hosted project that’s participating in Hacktoberfest (look for the β€œhacktoberfest” topic).

  3. The first 50,000 participants to have their first PR/MR accepted will have a tree planted in their name through Tree Nation

How to Contribute

To contribute to our Tech-Quiz:

  1. Fork the Repository: Click the "Fork" button at the top right of this repository to create a copy in your GitHub account. 🍴

  2. Clone Your Fork: Clone the forked repository to your local machine using Git. πŸ–₯️

    git clone https://github.com/yourusername/Tech-Quiz.git
    
  3. Create a Branch: Create a new branch for your contribution under the respective folder. 🌿

    git checkout -b add-new-question
    

Contribution Rules 🀍

⭐ Follow these steps to add your question.

  1. Go to index.html
  2. Copy paste the question template code to modify it.
  3. Before add your question please check the last updated file then add question no. accordingly.
  4. Add any question related to js or WebDev > set only four options

'''

    <!-- Copy and paste the following template for each new quiz question -->
    <!--next Question -->
    <!-- add your question according to the given format and also options are set accordingly-->
    
    
    <div class="question">
        <p>6. ----insert your Question here -----</p>
        <div class="option">
            <input type="radio" name="q6" id="q6A" value="A">
            <label for="q6A">your_option1</label>
        </div>
        <div class="option">
            <input type="radio" name="q6" id="q6B" value="B">
            <label for="q6B">your_option2</label>
        </div>
        <div class="option">
            <input type="radio" name="q6" id="q6C" value="C">
            <label for="q6C">your_option3</label>
        </div>
        <div class="option">
            <input type="radio" name="q6" id="q6D" value="D">
            <label for="q6D">your_option4</label>
        </div>

        <div class="option" hidden>
            <input type="radio" name="q6" id="q6E" value="E" checked>
            <label for="q6E">Hidden</label>
        </div>
    </div>

'''

  1. Save the index.html file.
  2. Now goto script.js file
  3. just do one change add the correct option in the first line of script.js file

'''

  const correctAnswer = ["D", "B", "C", "B", "D", "A","add-your-correct-option"];

'''

7.save the js file & you all done!

  1. Commit Your Changes: Commit your changes with a descriptive commit message. πŸ’¬

    git commit -m "Added new quiz-question"
    
  2. Push to Your Fork: Push your changes to your GitHub fork. πŸš€

    git push origin add-new-question
    

⭐️You are done go aheaed and make your pull request.

  1. Open a Pull Request: Submit a Pull Request (PR) to the main repository under the respective category. Include a clear title and description of your changes. 🎯

  2. Review and Merge: We will review your PR, and if it meets our guidelines, it will be merged into the main repo. 🀝

Like the Repository! ⭐️

As a first step, please consider giving our repository a ⭐️ to show your support! 🌟

+ Follow Me : } Quick Approval of Pull Request

'''
To get approval of the pull request much quicker and faster (`Follow Me`)πŸš€
'''

Happy contributing and all the best for hacktoberfest! πŸ’»πŸ“šπŸš—

⭐️Don't make any other changes in the code! If you find any bug or have a feature suggestion, feel free to raise an issue.


Md Tajuddin

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.