Giter Site home page Giter Site logo

sungoldsv / quiz-generator Goto Github PK

View Code? Open in Web Editor NEW

This project forked from githubcrce/quiz-generator

0.0 0.0 0.0 200 KB

Ever find yourself bored and looking for random trivia quizzes? Test out your knowledge with tests and games

Home Page: https://githubcrce.github.io/Quiz-Generator/

License: MIT License

CSS 34.85% HTML 13.57% JavaScript 51.58%

quiz-generator's Introduction

Quiz Generator


Ever find yourself bored and looking for random trivia quizzes? Test out your knowledge with tests and games
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. Usage
  5. License
  6. Contact
  7. Acknowledgements

About The Project

![Screen Shot][product-screenshot]

Coding your own JavaScript Quiz Generator is also a fantastic learning exercise. It teaches you how to deal with events, manipulate the DOM, handle user input, give feedback to the user. This one is better because it's friendly. Try now.

![Screen Shot][product-screenshot]

A list of commonly used resources that I find helpful are listed in the acknowledgements.

Built With

Getting Started

Prerequisites

You need to have any Code Editor installed on your PC. If you do not have you can install from here

Installation

  1. Clone the repo
    git clone https://github.com/githubcrce/Quiz-Generator.git
  2. Open the index.html file in your browser

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Usage

If you want different set of questions for the project, you can still use the JavaScript component in question.js and change the questions in it.

const quiz = [
    {
        q:'What does HP stands for?',
        options: ['Henry Packard','Hewiit Packard','Hewlett Packard','Helson Packson'],
        answer: 2
    }
]

License

Distributed under the MIT License. See LICENSE for more information.

Contact

GitHubCRCE - [email protected]

Project Link: Click

Acknowledgements

quiz-generator's People

Contributors

warrenferns avatar iwtga avatar sungoldsv avatar

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.