Skip to content

QuizApp build with Html Javascript with Docker support

License

Notifications You must be signed in to change notification settings

hornmarc/quiz-app

 
 

Repository files navigation

Quiz-app

Light mode:

Screenshot from 2021-10-03 14-59-41

Dark mode:

Screenshot from 2021-10-03 14-58-

A quiz app build using OPENTB api and Javascript.

view in codesandbox

Limited resource application

Specifications

* Dark and light theme
* Easy medium hard levels
* Questions based on different topics

Docker Instructions

If you haven't installed Docker already, then you can get it from here. After installing it, create an account in Docker and copy the username.

To run the app in a docker container, follow the given steps:

  • Clone this repository

    git clone https://github.com/{your USER_NAME}/quiz-app.git
  • Navigate to the project directory

    cd quiz-app
  • Replace USERNAME with your own username and build the docker image

    docker build -t <USERNAME>/quiz-app:1.0 .
  • Open up the terminal at the project directory, replace USERNAME with your own username and run the following command:

    docker run -p 8080:8080 <USERNAME>/quiz-app:1.0
  • Now the project is running in local server on port 8080. You can see the app running by visiting localhost:8080 from your browser

Doubts

Contribution

  • Open for contribution
  • To contribute:
    • Fork the repo
    • Clone the repo
    • Make your changes
    • Commit and push the changes
    • Generate a Pull Request
    • on commit name must be like #issue number

Sit back and relax while your PR gets merged

Don't just fork start it too

Smash the star button

Leave a star if you liked the app!

Leave a star if you liked the app!

buy-me-a-coffee

About

QuizApp build with Html Javascript with Docker support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 50.9%
  • CSS 35.2%
  • HTML 12.3%
  • Dockerfile 1.6%