Using Next.js 13.4 and its App Router feature to develop a highly interactive and user-friendly e-commerce platform, inspired by Uber Eats. This platform will offer real-time inventory, a shopping cart system, and an intuitive user interface.
npm install
npm run dev
- Next.js 13 App Directory
- Radix UI Primitives
- Tailwind CSS
- Icons from Lucide
- Dark mode with
next-themes
- Tailwind CSS class sorting, merging and linting.
- State Manager with Redux & Redux/ToolKit
- Auth with Next-auth (WIP)
- DataBase with supabase (WIP)