grapeJUICE1 / Burgers-On-You

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

Home Page:https://burgers-on-you.web.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://burgers-on-you.web.app/


Languages

Language:JavaScript 88.2%Language:CSS 7.4%Language:SCSS 2.9%Language:HTML 1.4%