/SpongeBob-Quiz-App

This is a redo of an app assignment from my Thinkful EI Cohort.

Primary LanguageJavaScript

SpongeBob Quiz App

Summary

In this app, the user takes a short quiz about Spongebob, of course. It's a very simple 5-question quiz with 3 result options. A working deployment can be found here. This is an assignment from the Thinkful Engineering Immersion Intro. Students were tasked with:

  • Building a javascript based web app with minimal text in index.html
  • Displaying results based on the user's score.
  • Displaying the user's score.
  • Allowing the user to start over.
  • Having at least 3 different results based on score amount.
  • Having a linked CSS file with additional custom rules.

What I Learned

  • How to inject HTML with Javascript.
  • How to write logic that checks correctness.
  • How to write CSS using classes to style specific divs/sections.
  • The importance of using a color scheme with high contrast.

What I'd Do Differently

  • Add multiple quizzes.
  • Design my own background rather than rely on a stock iamge.
  • Add some themed music.
  • Write more reusable/expandable code--I could've arranged it so that new quizzes can be added simply.