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
- 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.
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/yourusername/sugar-cosmetics-clone.git
-
Navigate to the project directory:
cd sugar-cosmetics-clone
-
Install frontend dependencies:
cd frontend npm install
-
Install backend dependencies:
cd ../backend npm install
-
Start the backend server:
npm start
-
Start the frontend server:
cd ../frontend npm start
Feel free to fork this repository and submit pull requests. For major changes or suggestions, please open an issue first.