arogya01 / ecomm-app

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:JavaScript 82.3%Language:HTML 17.7%