A simple game for cat lovers I'm building to reiforce and learn new skills in web development.
DISCLAIMER: Some code of this project was developed in the selection process for the Laboratoria's Front-end Development Bootcamp. That deliverable can be found here.
The main task is to build a web application that allows a user to answer different questions by choosing their answers from a list of alternatives. The main objective of this project is to have a first experience developing web applications (WebApp) that interact with the user through the browser and logic, using HTML, CSS and JavaScript as tools.
The Quiz Cat MVP must have:
- A welcome screen where you enter your name to start playing.
- A "Hello, [your name]" message and 2 buttons to start playing.
- Play with type A questions (about cats in general) button.
- Play with type B questions (about cats'colors) button.
- One screen per question with 3 alternatives.
- A counter
- Once the user answers, then question 2 and then question 3 are displayed.
- A results alert with the correct answer.
- A final screen with 2 buttons: play again or exit window.