Skip to content

Commit

Permalink
🐛 u
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbabu021 authored Jan 2, 2022
1 parent 87817b1 commit 4607580
Showing 1 changed file with 0 additions and 77 deletions.
77 changes: 0 additions & 77 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,56 +68,6 @@ To run the app in a docker container, follow the given steps:

### Leave a star if you liked the app!

### Hacktoberfest

![Hacktoberfest_x_Spotify_2021_Final_Blog-Twitter-Discord_B](https://user-images.githubusercontent.com/58719884/135654867-afa18ae2-f239-4a0a-b1fd-6df7d92b8dac.png)
=======
# Quiz-app

![Screenshot from 2021-10-03 14-59-41](https://user-images.githubusercontent.com/58719884/135747992-942328a0-3cf4-45eb-906e-d862d2b98c09.png)

![Screenshot from 2021-10-03 14-58-42](https://user-images.githubusercontent.com/58719884/135747965-89c60f7b-0cb7-400f-9775-54e6f899b8b2.png)

A quiz app build using OPENTB api and Javascript.

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](https://www.docker.com/products/docker-desktop) already, then you can get it from [here](https://www.docker.com/products/docker-desktop). 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

```bash
git clone https://github.com/{your USER_NAME}/quiz-app.git
```

- Navigate to the project directory
```bash
cd quiz-app
```
- Replace <strong>USERNAME</strong> with your own username and build the docker image
```bash
docker build -t <USERNAME>/quiz-app:1.0 .
```
- Open up the terminal at the project directory, replace <strong>USERNAME</strong> with your own username and run the following command:
```bash
docker run -d -p 8080:8080 <USERNAME>/quiz-app:1.0
```

# doubts

- Send a mail to the mail in my dashboard
- Or by creating wiki

# Contribution

- Open for contribution
Expand All @@ -129,30 +79,3 @@ To run the app in a docker container, follow the given steps:
- 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!

## hacktoberfest

<p id="contributors"></p
<script>

const xhttp=new XMLHttpRequest();;
xhttp.onload=function()


{
document.getElementById('demo').innerHTML=this.response

}

xhttp.open('get','https://api.github.com/repos/johnbabu021/quiz-app/contributors',true)
xhttp.send();

</script>

0 comments on commit 4607580

Please sign in to comment.