This repository contains the frontend for Memo built with React, TypeScript, Vite, and shadcn-style components.
npm install
npm run devThe frontend runs on http://localhost:8080 by default.
Frontend functionality is already present across:
- Public landing and onboarding flows
- Dashboard and health signals
- Care guide and care finder screens
- Settings and shared layout
- Notification and shared UI primitives
When wiring your backend:
- Add API calls under
src/pagesand service helpers undersrc/lib. - Keep API base URLs in environment variables (for example
.env.local). - Use
react-queryfor request state and caching where needed.
- React + TypeScript
- Vite
- Tailwind CSS
- shadcn-style UI component set