Build project list page #27

Open
opened 2026-03-16 22:48:17 +00:00 by austin · 0 comments
Owner

The home page of the app. Shows all projects and allows creating new ones.

What needs to happen

  • Index page at /
  • Fetch and display all projects as a list: key, name, description
  • Each project links to /projects/{key}
  • "New Project" button that reveals an inline creation form (key, name, description fields)
  • On submit, POST /api/projects, refresh the list
The home page of the app. Shows all projects and allows creating new ones. ## What needs to happen - Index page at `/` - Fetch and display all projects as a list: key, name, description - Each project links to `/projects/{key}` - "New Project" button that reveals an inline creation form (key, name, description fields) - On submit, `POST /api/projects`, refresh the list
austin self-assigned this 2026-03-16 22:48:17 +00:00
Sign in to join this conversation.
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Blocks Depends on
Reference
austin/vektor#27
No description provided.