An ordering burger web application
Live Demo: https://react-my-burger-ec009.firebaseapp.com/
An burger store website with the following functionalities:
- Customizing own burger.
- Ordering customized burgers.
- Viewing ordered items.
- Authentication (login, logout)
- Reactjs: App Framework.
- Redux: state management pattern + library for Reactjs application.
- Redux Saga: an redux middleware library.
- Firebase: data to store orders.
npm install
or
yarn install
npm start
or
yarn start
Udemy Course: https://www.udemy.com/course/react-the-complete-guide-incl-redux/ .
Author: Maximilian Schwarzmüller.