A quiz app build using OPENTB api and Javascript.
Limited resource application
* Dark and light theme
* Easy medium hard levels
* Questions based on different topics
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
- Send a mail to the [email protected]
- Or by creating wiki
- 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