Play the Quiz here: Hogwarts
Hogwarts is a Web App made using HTML, CSS and JavaScript. This project is made by Harry Potter lovers for Harry Potter lovers. The goal of this project is to test how deep is your knowledge of the Harry Potter Universe. You will be given a series of questions, the more correct answers you answer, the higher your score will be. Do you believe you know the Harry Potter universe? Can you get the maximum score?
To explore more about Gryffindor , Hufflepuff , Ravenclaw & Slytherin click on the house crests on home page
- Read Contribution Guidline for this Repo
- Fork the repo
- Clone the repo in your local system (git clone https://github.com/<your_name>/Hogwarts.git)
- Navigate to the project directory (cd Hogwarts/)
- Add a remote to original repo (git remote add upstream https://github.com/arnav1776/Hogwarts.git)
- Always pull upstream repo to be up-to-data (git pull upstream main)
- Create a new branch (git checkout -b <your_branch_name>)
- Make your desired changes
- Track your changes (git add .)
- Commit your changes (git commit -m "relevant message")
- Push to the branch (git push -u origin <your_branch_name>)
- Create a Pull Request