This project is a clone of an e-commerce website built using React, Next.js, and TailwindCSS. It was created as a practice project and template for ecommerce apps. The design is based on a free Figma template E-commerce Website Template (Freebie).
- React: JavaScript library for building user interfaces
- Next.js: React framework for server-side rendering and static site generation
- TailwindCSS: A utility-first CSS framework for creating custom designs without leaving HTML
- Node.js (v18+): Backend environment for JavaScript runtime
To get this project running locally on your machine, follow these steps:
-
Clone the repository:
git clone https://github.com/yourusername/shopping-mart.git
-
Navigate to the project folder:
cd shopping-mart
-
Install the required dependencies:
npm install
-
Run the development server:
npm run dev
-
Open your browser and visit http://localhost:3000 to see the app running.
- Node.js v18 or above
- npm v7 or above