Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shivam-sharma7/tech-quiz-app

This is a tech quiz app where you will find question related tech and computer science.
https://github.com/shivam-sharma7/tech-quiz-app

html-css-javascript quiz-app tech

Last synced: 4 months ago
JSON representation

This is a tech quiz app where you will find question related tech and computer science.

Awesome Lists containing this project

README

        

Tech Quiz App

![Tech quiz app image](./assets/app-img.png)

This is a [Tech Quiz App](https://shivam-sharma7.github.io/Tech-Quiz-App/) where you will find question related technologies and computer science. You can chose right answser for every question and see your score! 💯

## Prerequisite
* Skills
- HTML
- CSS
- JavaScript

## Running the App Locally
> For running this project localy you need to download live server extention in VScode.
## Contributing💻
1. Fork the repository by clicking the [Fork](https://github.com/shivam-sharma7/Tech-Quiz-App/fork) button on the top right corner of the repository page.

2. Clone the forked repository to your local computer using the following command:
```
git clone https://github.com/your-username/Tech-Quiz-App.git
```
3. Create a new branch for your changes:
```
git checkout -b my-new-feature
```

4. Make your changes.

5. Make your changes and Commit changes with a descriptive commit message:
```
git commit -m "descriptive commit message"
```

6. Push your changes to your forked repository
```
git push origin my-new-feature
```
7. Create a [Pull Request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request)