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).
- 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.
To install, in the terminal enter:
npm install
or,
yarn install
To run application, in the terminal enter:
npm run start
or,
yarn start
Check out the website hosted on firebase!
- @babel/plugin-proposal-throw-expressions
- @testing-library/jest-dom
- @testing-library/react
- @testing-library/user-event
- @types/jest
- axios
- enzyme
- enzyme-adapter-react-16
- prop-types
- react
- react-dom
- react-redux
- react-router-dom
- react-scripts
- react-test-renderer
- redux
- redux-saga
- redux-thunk
- serialize-error
- firebase