Skip to content

Latest commit

 

History

History
65 lines (41 loc) · 1.52 KB

README.md

File metadata and controls

65 lines (41 loc) · 1.52 KB

Sugar Cosmetics Clone Project

Welcome to the Sugar Cosmetics Clone project! This web application replicates the functionality and design of the Sugar Cosmetics website.

Live Server: https://sugarcosmeticsnikhil.netlify.app/

Backend: https://sugar-cosmetics-clone.onrender.com

Pages and Features

Project Screenshot

Features

  • Browse Products: View a variety of cosmetics across different categories.
  • Responsive Design: Optimized for both mobile and desktop devices.
  • Interactive Display: Click to view detailed product information and add items to your cart.

Installation

To run this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/yourusername/sugar-cosmetics-clone.git
  2. Navigate to the project directory:

    cd sugar-cosmetics-clone
  3. Install frontend dependencies:

    cd frontend
    npm install
  4. Install backend dependencies:

    cd ../backend
    npm install
  5. Start the backend server:

    npm start
  6. Start the frontend server:

    cd ../frontend
    npm start

Contributing

Feel free to fork this repository and submit pull requests. For major changes or suggestions, please open an issue first.