Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
MERN Stack : React ,Redux ,Node ,Mongo - Pizza Delivery App
Rating: 4.0 out of 5(94 ratings)
464 students

MERN Stack : React ,Redux ,Node ,Mongo - Pizza Delivery App

Build a Complete MERN Pizza Delivery application from scratch with React , Node , Express
Last updated 5/2021
English
English [Auto],

What you'll learn

  • Advanced Topics in React
  • Redux
  • Redux Thunk
  • Performing Asynchronus operations with redux-thunk
  • Managing State with Redux
  • Cart Functionality
  • Common Payment Gateway Integration
  • User Authentication
  • Filtering Items in Redux State
  • Deploying Application to HEROKU

Course content

10 sections51 lectures10h 33m total length
  • Promo8:32

    Demonstrates a full stack pizza delivery app built with React, Redux, Node, and MongoDB, featuring user authentication, dynamic cart pricing, filtering, and an admin panel on Heroku.

  • React Setup3:07

    Create a new react app named client in the project folder and start the server on localhost 3000, then remove the header to show the project title with hot loading.

  • Navbar10:28

    Create a first React navigation bar component using Bootstrap, install and import Bootstrap, customize with login and cart links, apply a font and styling to align right and add shadows.

  • Working with static data - part119:58

    Learn to build a pizza home screen using static data: render six pizza cards with name, variants, prices, image, and description, map data to components, and style with flexbox.

  • Working with static data - part213:07

    Complete the home page design using static data with a flex layout. Implement price calculation from variant and quantity and add to cart functionality.

  • Pizza Description Modal11:24

    Learn to build a pizza description modal in a MERN stack app using React Bootstrap, wiring show/close controls to display the image and description on click.

Requirements

  • Javascript Basics
  • React Basics
  • Node Basics

Description

This is a Full Stack (MERN) Pizza Delivery Application developed using React and React for Front End , Redux-Thunk for Asynchronous operations,

Node JS for Runtime environment , Express JS for Backend Routing and Mongo DB for Database

In this course we will implement the following features in the Pizza Delivery Application.

  • Working with Redux and Redux-Thunk

  • Add to cart Feature

  • Update Quantity in cart

  • Delete Products from cart

  • User Authentication

  • Common Payment Gateway Integration

  • Paying amount with stripe

  • Placing Orders

  • Store orders in database

  • Retrieve Orders to user profile

  • User Dashboard

  • Admin Dashboard

  • Manage Users , Products , Orders in Admin Panel

  • Protected routes for admin panel

  • Pushing Application to GITHUB.

  • Version Control using GIT

  • By the end of the courses you will know how to work with redux states ,reducers, Middelwares including the payment gateway.

  • 24/7 Q/A Support.

MERN is one of several variations of the MEAN stack (MongoDB Express Angular Node), where the traditional Angular.js frontend framework is replaced with React.js. Other variants include MEVN (MongoDB, Express, Vue, Node), and really any frontend JavaScript framework can work.

Express and Node make up the middle (application) tier. Express.js is a server-side web framework, and Node.js the popular and powerful JavaScript server platform. Regardless of which variant you choose, ME(RVA)N is the ideal approach to working with JavaScript and JSON, all the way through.

Who this course is for:

  • React Developers
  • MERN Stack Developers
  • JavaScript Developers
  • Node Developers