root@coding-prodigies:~#
← AI 🧩

What Kind of Coder Are You? (A Decision-Tree Quiz)

A slick multiple-choice quiz that scores your answers and 'diagnoses' your coder personality.

🟢 EasyDifficulty
2-3 hoursTime
Python, JavaScript, TypeScriptLanguages

What you're building

You're building a Buzzfeed-style personality quiz that asks 7 questions about how someone codes, tracks points across four personality categories behind the scenes, and reveals a final result — 'The Architect', 'The Hacker', 'The Debugger', or 'The Perfectionist' — complete with a description and a progress bar that fills up as you go. It's simple scoring logic dressed up with a good reveal animation, but it genuinely feels like the quiz 'gets you' by the end.

What you'll unlock 🔓

State management across multiple screensScore accumulation across categoriesConditional rendering (show/hide screens)Working with arrays of question objectsBuilding a results-matching algorithm

You'll need

🗺️ Build roadmap

01 Design the four personality types 02 Build the start screen and progress bar 03 Write the question data structure 04 Render one question at a time 05 Track and accumulate scores per answer 06 Calculate and reveal the final result 07 Add a retake button and polish transitions
🔒

Log in to start building

Your first project is free -- create an account to unlock it.

Log in Sign up free

👀 If you liked this...