🏋️Module 2 — Exercise

Building Screens with Natural Language

Create multiple pages by describing them in plain English.

Exercise 2.1: Build a Mini Portal

Goal: Create a 3-page app entirely by describing screens.

Instructions

  1. @solar /initiate Portal Prototype
  2. "create a dashboard with 4 stat cards: Total Revenue, Active Merchants, Transactions Today, Avg Transaction Value, plus a bar chart of monthly revenue"
  3. "add a merchants page with a data table: merchant name, status, country, monthly volume, last transaction date"
  4. "add a merchant detail page with contact info, a status chip, and a transaction history table"
  5. Navigate between all 3 pages using the sidebar

Deliverable

Upload 3 screenshots (one per page) via Microsoft Forms.

Success Criteria

  • All 3 pages render correctly
  • All 3 pages are reachable from the sidebar
  • Each page matches the description (cards, table, detail layout)