Giter VIP home page Giter VIP logo

mern-amazona's Introduction

MERN AMAZONA

Lessons

  1. Introduction
  2. Install Tools
  3. Create React App
  4. Create Git Repository
  5. List Products
    1. create products array
    2. add product images
    3. render products
    4. style products
  6. Add routing
    1. npm i react-router-dom
    2. create route for home screen
    3. create router for product screen
  7. Create Node.JS Server
    1. run npm init in root folder
    2. Update package.json set type: module
    3. add .js to imports
    4. npm install express
    5. create server.js
    6. add start command as node backend/server.js
    7. require express
    8. create route for / return backend is ready.
    9. move products.js from frontend to backend
    10. create route for /api/products
    11. return products
    12. run npm start
  8. Fetch Products from Backend
    1. set proxy in package.json
    2. npm install axios
    3. use state hook
    4. use effect hook
    5. use reducer hook
  9. Manage State by Reducer Hook
    1. define reducer
    2. update fetch data
    3. get state from useReducer
  10. Add bootstrap UI Framework
    1. npm install react-bootstrap bootstrap
    2. update App.js
  11. Create Product and Rating Component
    1. create Rating component
    2. create Product component
    3. use Rating component in Product component
  12. Create Product Details Screen
    1. fetch product from backend
    2. create 3 columns for image, info, and action
  13. Create Loading and Message Component
    1. create loading component
    2. use spinner component
    3. create message component
    4. create utils.js to define getError function
  14. Implement Add To Cart
    1. Create React Context
    2. define reducer
    3. create store provider
    4. implement add to cart button click handler
  15. Complete Add To Cart
    1. check existing items in the cart
    2. check count in stock on backend
  16. Create Cart Screen
    1. create 2 columns
    2. display items list
    3. create action column
  17. Complete Cart Screen
    1. click handler for increment/decrement item
    2. click handler for remove item
    3. click handler for checkout
  18. Create Signin Screen
    1. create sign-in form
    2. add email and password
    3. add sign-in button
  19. Connect to MongoDB Database
    1. create atlas mongodb database
    2. install local mongodb database
    3. npm install mongoose
    4. connect to mongodb database
  20. Seed Sample Data
    1. create product model
    2. create user model
    3. create seed route
    4. use route in server.js
    5. seed sample product
  21. Seed Sample Users
    1. create user model
    2. seed sample users
    3. create user routes
  22. Create Signin Backend API
    1. create signin api
    2. npm install jsonwebtoken
    3. define generateToken

mern-amazona's People

Contributors

dr-ehle avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.