MsSanli / ind-sorting-hat

0 stars 0 forks source link

Sorting Hat

Goals

The goal of this project is to test your knowledge and to have a FUN time stretching yourself on your FIRST independent application that will become a part of your portfolio.

Focus on MVP. Do not spend a ton of time styling initially. Hit functionality first and then spend time on the styling of the project using bootstrap.

Instructions

You are in charge of bringing the Hogwarts sorting hat to life!

In the end, your app will look something like:

screencapture-drt-sorting-netlify-app-2022-04-23-14_28_47

Technical Requirements

DEFINITION OF DONE

Once you have completed all the technical requirments, you should complete the following:

Expel Button Hints

Think of a way you can expel students without just hiding those divs on the page. This would mean when the button is clicked you modify the array of students and pass the new array into your renderToDom() function. Double hint - put a unique id in the student object when you create them.

Optional Bonus