https://indovina-chi.netlify.app/
Create your own digital version of the classic board game - Guess Who. Practice creating objects and arrays and also connect this to the DOM.
- Follow the design provided.
- The board with characters should be generated when the website is loaded.
- A randomly selected person should be set as the secret when the game starts.
- You should be able to select questions to ask about the people and filter the board based on those questions.
- You should also give the player feedback with alerts
- You should be able to guess the secret person and get an answer if it's correct or not.