Skip to content

A React application that takes user input to decide which Hogwarts house the user belongs in!

Notifications You must be signed in to change notification settings

ckopecky/React-Sorting-Hat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

React Sorting Hat

Deployment

The Great Hall Sorting Hat

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!

Frontend Built Using:

Using the Application

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:

  1. Fork and clone repo

  2. Navigate to project root folder and cd into react-sorting-hat

  3. Run yarn install to install the necessary node_modules.

  4. Run yarn start to run the frontend on localhost:3000

  5. Your application is now running and can be tested locally.

About

A React application that takes user input to decide which Hogwarts house the user belongs in!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 81.1%
  • HTML 18.9%