Skip to content

RamK777-stack/shopping-mart

Repository files navigation

E-commerce Website Clone

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).

Tech Stack

  • 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

Installation

To get this project running locally on your machine, follow these steps:

  1. Clone the repository:

    git clone https://github.com/yourusername/shopping-mart.git
    
  2. Navigate to the project folder:

    cd shopping-mart
    
  3. Install the required dependencies:

    npm install
    
  4. Run the development server:

    npm run dev
    
  5. Open your browser and visit http://localhost:3000 to see the app running.

Environment Requirements

  • Node.js v18 or above
  • npm v7 or above