Prompt file imported from VolhaAdaska/ai-readiness-assessment-portal (
.github/prompts/implement-frontend-shell.prompt.md). Copyright stays with the author.
Implement the frontend shell for the initial assessment MVP in AI Readiness Assessment Portal.
Context: The backend API already exists for the MVP. The frontend lives in the separate frontend folder and uses React with TypeScript.
The MVP frontend should support:
- a dashboard page
- create assessment flow
- assessment details page
- category assessment editing
- completion flow with readiness summary and recommendations
Requirements:
- follow repository-wide and path-specific instructions
- keep the UI modern, clean, and enterprise-oriented
- use reusable components
- keep API integration practical and simple
- include loading and error states
- do not overengineer state management
- create only the minimum shell needed for the MVP
- before applying changes, list the files to create or update
Expected scope:
- app structure
- routing
- layout
- shared UI components
- API client setup
- pages for MVP flow
- basic styling
Return:
- files to create or update
- short purpose of each file
- then generate the code