✨ Deployed link: https://sarveshdandapati.github.io/quizApp/
This project is a quiz app I made to entertain my seven-year-old cousin. She likes to play quizzes based on general knowledge. I created a home page explaining the game. It has a 50-second timer, so either the time elapses, or you finish answering the questions. If you answer the question correctly or incorrectly, the screen prompts you but does not reveal the answer. Ultimately, it shows the final score and asks you to enter your initials. You can also see the high scores obtained by you.
If I look at the big picture, I learnt all the nit bits of CSS and JavaScript while working on this project since I didn't take any formal course. I knew basic HTML/CSS from school, but I picked up JavaScript due to my strong base in C++ and Java by referring to documentation and blogs related to JS. Also, I finally used Git in an actual project. Before this, I knew Git commands but never used them.