/ecomm-app

A Demonstration of the ECommerce Web app using React and Node.

Primary LanguageJavaScript

Project description

  • A working model of e-commerce app built using reactjs and node on the backend.

tech stack used

For Frontend

  • React to build the components
  • tailwindcss for the styling (used cdn to use it)
  • axios for making api requests
  • react-query for providing hooks for fetching and caching the api requests.

for Backend

  • used nodejs to build the server.
  • expressjs to build the routes
  • Used Stripe for the payments integration.