Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
FoodExpress is an e-commerce platform that allows users to purchase essential daily food items and pay through the Stripe payment gateway.

Next.js ecommerce starter built as a web programming final exam, using MongoDB, Prisma, Tailwind CSS, and JWT auth.
FoodExpress is an open-source e-commerce web application template built with Next.js that lets users browse daily food essentials, manage a shopping cart, and pay through the Stripe payment gateway.
FoodExpress is a client-side e-commerce platform that enables purchasing essential daily food items with Stripe as the payment processor. As an input it takes product data and user actions; as output it delivers a responsive storefront with product listings, a searchable catalog, a shopping cart, order tracking, and user profiles. The application is written in JavaScript using Next.js and React libraries such as Redux Toolkit, React-Redux, Redux-Persist, and React-Hook-Form, with the interface built on Material-UI and SCSS. It is published on GitHub by 0xNaim as the foodExpress-client repository and runs as a progressive web app.
Yes, FoodExpress integrates the Stripe payment gateway, allowing users to securely pay for their purchases directly in the application.
The project uses JavaScript, Next.js, React, Redux Toolkit, React-Redux, Redux-Persist, React-Hook-Form, Material-UI, and SCSS. It is also built as a progressive web app.
Because it is a PWA, the app can be installed on a user's device and work offline or with low connectivity, just like a native app.
Clone the repository, run npm install or yarn to install dependencies, then use npm run dev or yarn dev to start the development server, and open http://localhost:3000 in your browser.
The repository is public on GitHub, so you can clone it and run the project locally. The README does not mention a specific license or pricing model.
