Welcome to Hogwarts, the School of Witchcraft and Wizardy. One of the tools that is used by students of Hogwarts on their first day entering the school is notoriously known as the Sorting Hat
. Create an application that will ask six questions and show what house the user has been sorted in!
- React.js and React Router. Deployment using Heroku
Requirements:
- Node
- Package Manager (such as Yarn or npm)
- Yarn was used to build this project.
Have Node? Have Yarn or npm? Follow these steps:
-
Fork and clone repo
-
Navigate to project root folder and
cd
intoreact-sorting-hat
-
Run
yarn install
to install the necessary node_modules. -
Run
yarn start
to run the frontend onlocalhost:3000
-
Your application is now running and can be tested locally.