Skip to content

Abdullah-albagshi/nextJs-eCommerce

Repository files navigation

This is a eCommerce Website

Landing page

Installation

npm install
# or
yarn install
# or
pnpm install
# or
bun install

Packages used

Next.js 14.1 (app) / typecript

Tailwind

Shadcn (tabs, scroll-area, navigation, dialog, accordion, toast)

react-medium-image-zoom

Envirmonet

API_BASE_URL = http://localhost:3000

Data

The data in this project is mocked in the data folder don't mind the accuracy of the data

Getting Started

run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev