DEV Community

Cover image for Simple Ecommerce Web App using Reactjs
Rajamanickam
Rajamanickam

Posted on • Updated on

Simple Ecommerce Web App using Reactjs

Image description

Demo : https://ecommerce-web-app-reactjs.vercel.app/
Source: https://github.com/erajamanickam/ecommerce-web-app-reactjs

Simple Ecommerce Web App using reactjs with fakestoreapi

Fake Store API
FakeStoreApi is a free online REST API that you can use whenever you need Pseudo-real data for your e-commerce or shopping website without running any server-side code. It's awesome for teaching purposes, sample codes, tests, etc.

https://fakestoreapi.com/productsand in your product page you request a single product by Id https://fakestoreapi.com/products/1

  • Product Category
  • Product lists
  • Product Details

Github
Linkedin
Portfolio

Latest comments (0)