Skip to content

a food ordering application mostly based on burgers made with react , redux and firebase

Notifications You must be signed in to change notification settings

grapeJUICE1/Burgers-On-You

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Burgers On You

Burgers on you is a food ordering application mostly based on burgers made with react , redux and firebase ..

The app is deployed at https://burgers-on-you.web.app

Running the project locally

Download this repository and then on the root folder run

npm install

This will install all dependencies ... then run ....

npm start

This will start the development server at port 3000

If you want to use your own database then go to axios-orders.js on src folder in root folder and change baseUrl there ... Or more precisely , this file : https://github.com/grapeJUICE1/burgers-on-you/blob/master/src/axios-orders.js...

This project uses firebase realtime database...

Features

  • You basically build a burger and order it..
  • You can check you orders.
  • You can order premade burgers.
  • authentication with firebase auth

Screenshots

GIF showing core parts of the app

Home page

home page of the app

orders page

orders page of the app

checkout page

checkout page of the app

login/signup page

login/signup page of the app

readymade burgers page

readymade burgers page of the app