Skip to content

nijaskhan/Food-Delivery-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published