Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.21 KB

readme.md

File metadata and controls

24 lines (14 loc) · 1.21 KB

Magic Ball Pitch

Project Board

Problem

Users have reported that making decisions is stressful. They are tired of multiple meetings where issues are debated and would like a web app that can make business-critical decisions for them.

Solution

A toy from the 1950's, the Magic 8 Ball in would make client meetings a breeze since it would make decisions for them. Our task is to recreate the Magic 8 ball with all the possible answers from the original toy.

The UI should have a button that a user can click that will update the Ball's "window" at the center. And the answer that is revealed should be random.

Mockup:

Image

No-gos

  • We don't need animations for this version of the toy. The clients need the toy ASAP and don't care about animations.
  • No mobile responsiveness needed.
  • Accessibility will be addressed in next project cycle. Since the possible answers are few, we don't need a backend. We can use JavaScript, HTML, and CSS.