AI-Powered Recommendation App for Foodies
- Next.js (TypeScript)
- Material UI (MUI)
- Axios
- React Query (@tanstack/react-query)
- Responsive app shell with header & bottom tab bar
- System-wide dark/light mode
- Feed, Map, Profile, Playlist Detail, Login (UI only)
- Mock data & API stubs
npm install
npm run dev/ (root)
├── public/
├── src/
│ ├── components/
│ ├── layouts/
│ ├── pages/
│ ├── theme/
│ ├── hooks/
│ ├── utils/
│ ├── api/
│ └── types/
├── package.json
├── tsconfig.json
└── README.md
- Project scaffold & dependencies
- App shell, navigation, and responsive layout
- Core UI screens (Feed, Map, Profile, Playlist, Login)
- Mock data & API stubs
- Dark/light mode toggle