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_EcommGo to the project directory
cd NextJS_EcommInstall dependencies
npm installStart the server
npm run devNEXTJS