5 Builds

Decision Tool

2 min read
Sign in to track progress

Adding logic and smarts.

What You'll Build

A tool that takes inputs and gives different recommendations based on the answers. A 'Which product should I buy?' quiz. A 'What AI tool is right for me?' recommender. Something with branching logic.

What You'll Learn

  • Building internal logic (if this, then that)
  • Handling multiple inputs
  • Displaying different outputs based on conditions
  • Making your app actually think

Your Starting Prompt

Build me a recommendation tool that asks the user [3-5 QUESTIONS ABOUT THEIR SITUATION] and then recommends one of [3-4 OPTIONS] based on their answers. Include a brief explanation of why that option fits them.

Bonus Challenge

Add a 'Start Over' button and track how many people pick each option.