Skip to content

RayBDev/burger-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Burger Builder App

Burger Builder Application

The Burger Builder Application is a single page React application that allows you order your own personalized burger. The application is built with a complex set of HTML5, CSS3 and REACT code.

You may use the following credentials to try out the app if you don't want to register:

Email: test@test.com
Password: testing

📑 Technologies Used

  1. HTML5 & CSS3

    The layout as well as the burger elements were built with CSS3. Feel free to inspect the code to see how they were created.

  2. React + Redux + Router

    React was used heavily throughout this project with multiple components. This project makes use of Redux to provide for a central store and make state management easier. The application also uses React Router for managing routes locally.

  3. Firebase

    The application was deployed on firebase for a simple database solution to hold the orders and login information.

💻 Getting Started

The easiest way to view this project is to follow this link.

You may also clone this repo to view the code and run it directly on your local machine.

  1. Clone the repo

    Clone the repo to your local computer.

    # cd to your desired directory
    git clone https://github.com/RayBDev/burger-builder.git
  2. Install Dependencies

    Navigate to the root project directory

    npm install
  3. Start the Server

    View the project live on your local machine at http://localhost:3000

    npm start

📧 Contact Me

Contact me and view my portfolio at https://rbernard.ca

Releases

No releases published

Packages

No packages published