This is a web application template for ordering food delivery, built with Next.js and React.js.
Live project can be accessed at : https://food-delivery-app-gules.vercel.app/login
- Next.js
- React.js
- Bootstrap for styling
- Local storage for storing user information for login check
Have three pages
- Login
- Index page with nearby restaurants
- profile page
-
Clone the repository
git clone https://github.com/yourusername/food-delivery-app.git
-
Install dependencies
cd food-delivery-app npm install
-
Start the development server
npm run dev