Skip to content

abdullah578/burger-builder

Repository files navigation

Burger Builder App

This app uses React ,Redux and Firebase to allow users to create a burger from a list of ingredients and place an order. The burger and it s ingredients were built using css. This app was created as part of the final project of Maximilian Schwarzmüller 's react course

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

First Option:

1) Install npm (Node Package Manager)
2) Clone the git repository
3) Run 'npm install' and 'npm run start' in a terminal
4) A live updating (if code changes) version of the app wild now be running in your browser

Second Option:

  1. Visit: react-burger-builder-4ffaa.web.app

User Interface

Home Page

Home Page

The dashboard displays the burger and allows the user to add or remove ingredients.

Built With

  • React- The library used to build the front end
  • Redux - Used to manage the state of the application
  • Firebase - Used the real time database to store application data
  • npm - Used to handle packaging and dependencies

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details