Food ordering website for Zinger restaurant build using Next.js, TailwindCSS, Redux, Mongodb
- Responsive
- Real Time and Dynamic
- Progressive Web Apps (PWA)
- Payment Integration
- Admin Panel with functionalities like add product, delete product, update product, add category, view users registered, update order status and cancel order
- State Management using Redux
- Google Authentication
- Track order status realtime
- Cancel Order
Clone the project
git clone https://github.com/Pinqua/Zinger.git
Go to the project directory
cd my-project
Install dependencies
npm install
Start the server
npm run dev
Contributions are always welcome!