5 Builds

Client Tool

2 min read
Sign in to track progress

Forms, databases, and backends.

What You'll Build

A tool that collects data through a form, stores it, and displays it on a dashboard. A client intake form. A feedback collector. An expense tracker. Something that saves information.

What You'll Learn

  • Building forms that collect user input
  • Storing data in a backend (introduction to databases)
  • Displaying stored data in a dashboard view
  • Understanding what a 'backend' actually means

Your Starting Prompt

Build me a [EXPENSE TRACKER / FEEDBACK FORM / CLIENT INTAKE] app. It should have a form where users can submit [RELEVANT FIELDS]. Store all submissions and display them in a dashboard with [RELEVANT SUMMARIES OR CHARTS]. Use local storage or a simple database.

Bonus Challenge

Add the ability to export data as a CSV file.