Skip to content

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

License

Notifications You must be signed in to change notification settings

shivam-sharma7/Tech-Quiz-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tech Quiz App

Tech quiz app image

This is a 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 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
  1. Create a new branch for your changes:
git checkout -b my-new-feature
  1. Make your changes.

  2. Make your changes and Commit changes with a descriptive commit message:

git commit -m "descriptive commit message"
  1. Push your changes to your forked repository
git push  origin my-new-feature
  1. Create a Pull Request