Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.16 KB

README.md

File metadata and controls

44 lines (27 loc) · 1.16 KB

Hogwarts

Hogwarts

What is Hogwarts About?

Hogwarts is a Web App made using HTML, CSS and JavaScript. This project is made by Harry Potter lovers to 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?


How to Play

First, on the Home Page, click on the "Play" button:

Play Menu


Then, answer the questions:

Question Example


See your score:

Result


Want to be a wizard and contribute to Hogwarts?

  • Fork the repo
  • Create a new branch (git checkout -b new-feature)
  • Make your changes in the file
  • Commit your changes (git commit -m 'I changed a, b and c')
  • Push to the branch (git push origin new-feature)
  • Create a Pull Request