An all-in-one app that lets you order from multiple local restaurants and get your food delivered by a dedicated driver
👉 App Demo
- Typescript, React.js, Apollo Client
- React Query v4 for data fetching
- Zustand for state management
- GraphQL Codegen for type generation
- React Helmet for SEO optimization
- GraphQL Subscription Client for realtime update stream
- Stripe for payment and subscription
- Cloudinary for file upload
- React Hook Form, Zod, Flowbite Tailwind CSS
- Realtime notification for restaurants and drivers
- Paid promotion for shop owner
- Built-in CronJob for subscriptions
- Online payment via Stripe
- Search, filtering with pagination
- Optimistic, pessimistic cache update
# Clone the repo
git clone https://github.com/12nomad/litee-snack-client.git
# Navigate to project folder
cd litee-snack-client
# Install dependencies
npm i
# Run application
$ npm run dev