A simple, responsive, and scalable e-commerce website for selling clothes, built with React. It allows users to browse and shop clothing items, view detailed information, and add products to the cart. The site is designed to be both functional and user-friendly.
- Responsive Design: Optimized for mobile and desktop viewing.
- Product Catalog: Browse through different clothing categories with detailed information about each product.
- Shopping Cart: Add items to the cart and proceed to checkout.
- Lazy Loading: Images load efficiently to improve page load times.
- Smooth User Interface: Interactive UI for a better user experience.
- Frontend: React.js
- Styling: CSS
- State Management: React's Context API
- Deployment: Netlify
-
Clone the repository:
git clone https://github.com/SuSanee/clothinn.git
-
Navigate to the project directory:
cd clothinn -
Install dependencies:
npm install
-
Start the development server:
npm start
This will start the application on http://localhost:1234.
View the live demo here.
This project was built as a part of my personal learning journey and is not intended for open source contributions. It serves as a showcase of my abilities in building interactive, modern web applications.




