Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 530 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 530 Bytes

e-commerce

my first e-commerce application

Technology stack - MERN

Two files - backend (Nodejs, Expressjs, Mongodb) and frontend(Reactjs)

Didn't upload "node_modules" folder for both backend and frontend.

Features of this project:

  • User authentication
  • View Orders if user is authorised
  • Responsive web application - compatible to all devices
  • Used both class-based and functional-based component for creating UI components
  • Created own checkout page using React Forms