Telegram (ask questions / claim the issue here first): https://t.me/+DOylgFv1jyJlNzM0
Why this matters
frontend/README.md describes the app as aspirational. It says State Management is React hooks + Context API (planned) though the app ships Zustand stores; Wallet Integration is Stellar Wallet Kit (planned) though package.json depends on @stellar/freighter-api; Button/Card/Modal/Input are listed under Planned Components though they exist in frontend/src/app/components/ui/; Testing is Planned though Jest, Playwright and frontend/e2e/ exist. Available Scripts omits test/test:e2e/typecheck/format/audit:a11y and claims npm run lint runs ESLint when package.json defines it as prettier --check. Project Structure lists a tailwind.config.ts that does not exist.
Acceptance criteria
Files to touch
frontend/README.md
frontend/package.json
frontend/src/app/components/ui
frontend/src/app/globals.css
Out of scope
- Backend README
- Adding new features
Why this matters
frontend/README.md describes the app as aspirational. It says State Management is React hooks + Context API (planned) though the app ships Zustand stores; Wallet Integration is Stellar Wallet Kit (planned) though package.json depends on @stellar/freighter-api; Button/Card/Modal/Input are listed under Planned Components though they exist in frontend/src/app/components/ui/; Testing is Planned though Jest, Playwright and frontend/e2e/ exist. Available Scripts omits test/test:e2e/typecheck/format/audit:a11y and claims npm run lint runs ESLint when package.json defines it as prettier --check. Project Structure lists a tailwind.config.ts that does not exist.
Acceptance criteria
Files to touch
frontend/README.mdfrontend/package.jsonfrontend/src/app/components/uifrontend/src/app/globals.cssOut of scope