This Javascript and Rails Application allows for users to play games in the Harry Potter Universe. Users can use the Sorting Hat Quiz to assign themselves to one of the four Hogwarts Houses, and they can score points for that Hogwarts House playing the Harry Potter trivia game, in which users are awarded house points if they score highly in the trivia game.
To watch a demo of the Rails Application in action you can visit:
Blog Post with Further Explanation on the Quizzes: Here
-Clone this repo
-The app will be using localhost:3000 by default.
-cd into hogwarts-backend
-Migrate the database tables with 'rails db:migrate'
-Add seed data with 'rails db:seed'
-Start the server with 'rails s'
-Open index.html and start playing like a Hogwarts student!
Bug reports and pull requests are welcome on GitHub here. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.
-Fork this repository.
-Create a branch: git checkout -b <branch_name>.
-Make your changes and commit them: git commit -m '<commit_message>'
-Push to the original branch: git push origin Spotify_Clone/master
-Create the pull request.
The gem is available as open source under the terms of the MIT License.
Everyone interacting in the Hogwarts Cup project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.