🏋️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
@solar /initiate Portal Prototype- "create a dashboard with 4 stat cards: Total Revenue, Active Merchants, Transactions Today, Avg Transaction Value, plus a bar chart of monthly revenue"
- "add a merchants page with a data table: merchant name, status, country, monthly volume, last transaction date"
- "add a merchant detail page with contact info, a status chip, and a transaction history table"
- 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)