This is a Basic E-Commerce Website Coded By Adnan.
First, install dependencies :
npm install
# or
npm i
Then, run development Server :
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
This project is a basic e-commerce website for Hi-Tech Copier, a digital xerox machine sales and services shop. It showcases a clean and modern interface for users to browse and purchase xerox machines and related services.
- Next.js: A popular React framework for building server-rendered applications and static websites.
- Tailwind CSS: A utility-first CSS framework for creating custom designs without leaving your HTML.
- Framer Motion: A library for animations in React, providing a simple and powerful way to animate components.
- Responsive Design: The website is designed to be fully responsive, ensuring a smooth experience on both desktop and mobile devices.
- Interactive Animations: Using Framer Motion for smooth transitions and engaging animations.
- Modern UI/UX: Tailwind CSS helps in building a visually appealing and user-friendly interface.