A ecommerce website made using NEXTJS.
-
Supports Search Functionalities.
-
Supports CART Function.
-
Supports data persistency of cart even after the reload /revisits using LocalStorage.
-
Has a green Web Vital Score.
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
NEXTJS