Skip to content

Latest commit

 

History

History
85 lines (72 loc) · 3.1 KB

README.md

File metadata and controls

85 lines (72 loc) · 3.1 KB

React and Redux icon / logo. Redux Saga icon / logo.

Burger Builder

Table of Contents

Introduction

Burger Builder is a mobile friendly React.js (front-end) and Firebase (back-end) burger builder web application built using Create React App (webpack setup creator).

This web application was done as a capstone project for the Udemy course, React - The Complete Guide (incl Hooks, React Router, Redux).

Features

  • Sign-up / Sign-in.
  • Create burger by adding ingredients.
  • Checkout page for creating burger order.
  • Order page for seeing your previous orders, sorted by date created.

Launch

Setup

To install, in the terminal enter:

npm install

or,

yarn install

To run application, in the terminal enter:

npm run start

or,

yarn start

Deployment

Check out the website hosted on firebase!

Screenshots

Landing Page

A screenshot of the landing page.

Authentication Page

A screenshot of the login page.

Stores List Page

A screenshot of the orders page.

Checkout Page

A screenshot of the checkout page.

Technologies

Certificate

The Certificate of Completion for the React course.