Skip to content

A simple quiz application to practice object orientend programming in Javascript. This quiz get dynamically questions from the QuizAPI based on topic and questions limit.

License

Notifications You must be signed in to change notification settings

refpx/quiz-oop-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quiz - Object Oriented Programming in JavaScript

Quiz app

A simple quiz application to practice object orientend programming in Javascript. This quiz get dynamically questions from the QuizAPI based on topic and questions limit.

The quiz only show multiple choice questions and the user can choose only one answer. Finally, the user can see the result of the quiz.

(back to top)

Built With

(back to top)

Getting Started

Installation

Below is an example of how you can on installing and setting up your app. This template doesn't rely on any external dependencies or services.

  1. Get a free API Key at QuizAPI.
  2. Clone the repo
    git clone https://github.com/refpx/quiz-oop-js.git
  3. Enter your API in /src/data/data.js
    const API_KEY = "ENTER YOUR API";
  4. Open /index.html in a browser (Like a simple HTML file or you can use Live Server). You should see the quiz app.

(back to top)

Usage

Select a category, limit and click on the start button. Or you can click on the start button without selecting a category and limit.

(back to top)

Contributing

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

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  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

(back to top)

License

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

(back to top)

Contact

Fredy Romero - [email protected]

Project Link: https://github.com/refpx/quiz-oop-js

(back to top)

Acknowledgments

(back to top)

About

A simple quiz application to practice object orientend programming in Javascript. This quiz get dynamically questions from the QuizAPI based on topic and questions limit.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published