diff --git a/cc4e-course/quiz-project/REQUIREMENTS.md b/cc4e-course/quiz-project/REQUIREMENTS.md new file mode 100644 index 0000000..9096a28 --- /dev/null +++ b/cc4e-course/quiz-project/REQUIREMENTS.md @@ -0,0 +1,55 @@ +# Coffee Personality Quiz - Requirements + +## Personality → Coffee Pairings + +| Personality | Coffee | Tagline | +|---|---|---| +| Zen Minimalist | Black Coffee, Single Origin | "Simple. Clean. Perfect." | +| Night Owl | Red Eye (coffee + espresso shot) | "Sleep is optional." | +| Social Butterfly | Cappuccino | "Coffee is better with company." | + +## Result Display + +**Show all percentages** - After the quiz, show the user's full breakdown across all three personalities (e.g., "50% Night Owl, 30% Zen Minimalist, 20% Social Butterfly") with all coffee recommendations shown. + +## Visual Style + +**Base:** Style 4 (Warm & Cozy) - earth tones, soft gradients, inviting feel +**Influence:** Claude homepage aesthetic - clean, polished, refined typography, generous whitespace, modern feel +**Result:** Warm and minimal. Earthy palette but uncluttered and elegant. + +## Images & Icons + +- No images +- No icons - text-only answer options + +## Quiz Questions + +**Q1: Pick a Netflix genre for tonight:** +- A dark, quiet thriller with no jump scares → Zen Minimalist +- A binge-worthy series you'll watch until 3am → Night Owl +- Whatever your group chat is hyped about → Social Butterfly + +**Q2: Your Hogwarts common room vibe:** +- Ravenclaw - books, focus, solitude → Zen Minimalist +- Slytherin - ambition, late nights, no rules → Night Owl +- Hufflepuff - warm, inclusive, everyone's welcome → Social Butterfly + +**Q3: You're at a party. Where are you?** +- Stepped outside for some quiet → Zen Minimalist +- Still there at 2am helping close the place down → Night Owl +- Center of the room, introducing people to each other → Social Butterfly + +**Q4: Your ideal travel style:** +- Solo trip, minimal itinerary, just vibes → Zen Minimalist +- Red-eye flight to maximize time at the destination → Night Owl +- Group trip, shared Airbnb, chaotic and perfect → Social Butterfly + +**Q5: Pick a superpower:** +- Total mental clarity, always focused → Zen Minimalist +- Never need sleep → Night Owl +- Everyone immediately likes you → Social Butterfly + +## Scoring Logic + +Each answer maps to one personality. Tally all answers at the end and calculate percentages. Display all three results ranked by score, with the top result highlighted and all three coffee recommendations shown. diff --git a/cc4e-course/quiz-project/style-preview-1.html b/cc4e-course/quiz-project/style-preview-1.html new file mode 100644 index 0000000..a37b993 --- /dev/null +++ b/cc4e-course/quiz-project/style-preview-1.html @@ -0,0 +1,89 @@ + + + + + +Style 1 - Playful & Colorful + + + +
+
Question 2 of 5
+
+
+
+
+
+
+
+

It's Friday night. What are you watching?

+

Pick the one that feels most like you.

+
⚔️ An action thriller that keeps you on edge
+
🌿 A slow-burn documentary about nature
+
🎉 Whatever your friends want to watch together
+
🌙 A cult classic you've seen 10 times, starting at midnight
+
+
Style 1 — Playful & Colorful
+ + diff --git a/cc4e-course/quiz-project/style-preview-2.html b/cc4e-course/quiz-project/style-preview-2.html new file mode 100644 index 0000000..e60d85b --- /dev/null +++ b/cc4e-course/quiz-project/style-preview-2.html @@ -0,0 +1,77 @@ + + + + + +Style 2 - Minimal & Clean + + + +
+
2 / 5
+
+

It's Friday night. What are you watching?

+
An action thriller that keeps you on edge
+
A slow-burn documentary about nature
+
Whatever your friends want to watch together
+
A cult classic you've seen 10 times, starting at midnight
+
+
Style 2 — Minimal & Clean
+ + diff --git a/cc4e-course/quiz-project/style-preview-3.html b/cc4e-course/quiz-project/style-preview-3.html new file mode 100644 index 0000000..569cb28 --- /dev/null +++ b/cc4e-course/quiz-project/style-preview-3.html @@ -0,0 +1,83 @@ + + + + + +Style 3 - Bold & Dramatic + + + +
+
Question 2 of 5
+
+
+
+
+
+
+
+

It's Friday night. What are you watching?

+
An action thriller that keeps you on edge
+
A slow-burn documentary about nature
+
Whatever your friends want to watch together
+
A cult classic you've seen 10 times, starting at midnight
+
+
Style 3 — Bold & Dramatic
+ + diff --git a/cc4e-course/quiz-project/style-preview-4.html b/cc4e-course/quiz-project/style-preview-4.html new file mode 100644 index 0000000..78e0958 --- /dev/null +++ b/cc4e-course/quiz-project/style-preview-4.html @@ -0,0 +1,77 @@ + + + + + +Style 4 - Warm & Cozy + + + +
+
Your Coffee Personality
+
+
Question 2 of 5
+
+
+

It's Friday night. What are you watching?

+
An action thriller that keeps you on edge
+
A slow-burn documentary about nature
+
Whatever your friends want to watch together
+
A cult classic you've seen 10 times, starting at midnight
+
+
Style 4 — Warm & Cozy
+ +