Skip to content

coderrsid/BurgerMakerApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Burger Builder


Burger Maker is ReactJS based web application which makes the burger live as per your ingredients and made from scratch and it's backend is on FireBase.

Demo

Here is a working live demo : https://burgerapp.surge.sh/

Site

Home Page

homepage screenshot 2019-02-17 at 2 05 08 pm

Adding ingredients

ingredients

screenshot 2019-02-17 at 2 05 26 pm

Checkout

checkout

Contact Form

contact

Orders

orders

Development

Want to contribute? Great!

To fix a bug or enhance an existing module, follow these steps:

  • Fork the repo
  • Create a new branch (git checkout -b improve-feature)
  • Make the appropriate changes in the files
  • Add changes to reflect the changes made
  • Commit your changes (git commit -m 'Improve feature')
  • Push to the branch (git push origin improve-feature)
  • Create a Pull Request

Bug / Feature Request

If you find a bug (the website couldn't handle the query and / or gave undesired results), kindly open an issue here by including your search query and the expected result.

If you'd like to request a new function, feel free to do so by opening an issue here. Please include sample queries and their corresponding results.

Built with

  • ReactJS - React makes it painless to create interactive UIs. Design simple views for each state in your application, and React will efficiently update and render just the right components when your data changes.
  • NPM - npm is the package manager for JavaScript and the world’s largest software registry. Discover packages of reusable code — and assemble them in powerful new ways.
  • FireBase - Firebase is a Backend-as-a-Service — BaaS — that started as a YC11 startup and grew up into a next-generation app-development platform on Google Cloud Platform. -Redux - Redux helps you write applications that behave consistently, run in different environments (client, server, and native), and are easy to test.Centralizing your application's state and logic enables powerful capabilities like undo/redo, state persistence, and much more.

To-do

  • Add Register User in app
  • Add home page to app

Sources-Used

  • Axios
  • FireBase
  • React Router
  • Redux

Developer

Siddhant Sehgal