DEV Community

Cover image for Wrote my first JS quiz app 🙌🏽
nlefty
nlefty

Posted on

Wrote my first JS quiz app 🙌🏽

Interestingly enough, this is also my first post! All kinda firsts this week. I recently challenged myself to write a quiz app using vanilla JS. I’m still very much a code newbie going into front-end. However, based on an unfinished Colt Steele ‘Web Developer Bootcamp’ course (I got through the JS and DOM sections) and Google, I not only completed it, but in less than a week!!

Honestly, it was fun-the googling, the styling, the coding, the trial-and-error, the use of console.log to check values. And believe it or not, I spent more time deciding on the colors than writing the actual code. The most challenging part was adding the score function and placing the for loop but I got it figured out.

Feel free to leave comments, feedback on improvements, suggestions, etc.

GitHub Repo: https://github.com/nlefty/quiz
Quiz: https://nlefty.github.io/quiz/

Top comments (0)