A full-stack KFC website clone built using the MERN stack with a modern UI powered by Tailwind CSS. This project replicates core features of an e-commerce food ordering platform.
- React.js (Create React App)
- Tailwind CSS
- Axios
- React Router
- Node.js
- Express.js
- MongoDB (Mongoose)
- JWT Authentication
- REST APIs
- Docker (for backend deployment)
- Vercel (Frontend Hosting)
- Render (Backend Hosting)
- π User Authentication (Login/Register)
- π Add to Cart functionality
- π Product listing (KFC menu)
- π¦ Order management
- π Search & filter items
- π± Responsive UI using Tailwind CSS
- π REST API integration
git clone https://github.com/Ashukla011/kfc-clone.git
cd KFC_Clone
cd BackEnd_KFC
npm install
npm start
cd FrontEnd_KFC
npm install
npm start
PORT=5000
MONGO_URI=your_mongodb_connection
JWT_SECRET=your_secret_key