Skip to content

Latest commit

 

History

History
53 lines (28 loc) · 568 Bytes

README.md

File metadata and controls

53 lines (28 loc) · 568 Bytes

Ecomm

A ecommerce website made using NEXTJS.

Screenshots

Features

  • Supports Search Functionalities.

  • Supports CART Function.

  • Supports data persistency of cart even after the reload /revisits using LocalStorage.

  • Has a green Web Vital Score.

Run Locally

Clone the project

  git clone https://github.com/nsachin08/NextJS_Ecomm

Go to the project directory

  cd NextJS_Ecomm

Install dependencies

  npm install

Start the server

  npm run dev

Tech Stack

NEXTJS