Skip to content

Latest commit

 

History

History
40 lines (20 loc) · 737 Bytes

README.md

File metadata and controls

40 lines (20 loc) · 737 Bytes

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

Technologies

  • 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

Getting Started

  1. Clone the repository

       git clone https://github.com/yourusername/food-delivery-app.git
    
  2. Install dependencies

        cd food-delivery-app
        npm install
    
  3. Start the development server

        npm run dev
    

Open http://localhost:3000 in your browser