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
-
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.
-
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.
-
Firebase
The application was deployed on firebase for a simple database solution to hold the orders and login information.
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.
-
Clone the repo
Clone the repo to your local computer.
# cd to your desired directory git clone https://github.com/RayBDev/burger-builder.git
-
Install Dependencies
Navigate to the root project directory
npm install
-
Start the Server
View the project live on your local machine at
http://localhost:3000
npm start
Contact me and view my portfolio at https://rbernard.ca