Sample E-Commerce Website using Next.js
This is a practice full stack website built using the Next.js framework (React).
Functionality:
- API calls to FakeStoreAPI for various item fetching (axios)
- Persistance of CART items (react-redux + react-persist to local storage)
- OAuth authentication with Google & Facebook (next-auth).
- Search functionality and filtering (debounce val, caching optimization)
Techstack: Next.js (React) with Typescript (JS) and Tailwind (CSS)
How to install
First, run the development server:
npm install
npm run dev
# or
yarn install
yarn dev
Open http://localhost:3000 with your browser to see the result.
(desktop)

(mobile)
