Skip to content

raphaelpinel/deli-burger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Delicious Burger App with React and Redux

An app to create a custom burger and order it. you can add and remove ingredients, the app calculates the price. You can enter your contact details to order. State management with Redux. Database and project hosted on Google Firebase.

Visit the hosted app: https://deli-burger.firebaseapp.com/

I've been coding along this app with the excellent tutorial on Udemy React 16.6 - The Complete Guide (incl. React Router & Redux) by Maximilian Schwarzmüller.

Functionalities that I added by myself:

  • limit the maximum amount of ingredients to 8, display a warning and disable the "add" buttons.
  • used css modules without ejecting as available in React 16.7
  • used the new React syntax <> instead of using fragments
  • created a favicon
  • added price to checkout summary

This project was bootstrapped with Create React App.

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

npm run build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify

About

A "Create your burger" app with React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published