feat(web): add projects page with CRUD operations #477
Reference in New Issue
Block a user
Delete Branch "feat/projects-page"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Changes
apps/web/src/lib/api/projects.ts- CRUD API clientapps/web/src/app/(authenticated)/projects/page.tsx- Full projects pageapps/web/src/lib/api/index.ts- Added projects exportTest plan
Refs #468