StyleCart is an open-source eCommerce clothing website that aims to evolve into a React.js-powered frontend with a minimal backend using Node.js and Express.js. Currently, it features a modern frontend built with HTML and Tailwind CSS, and will be expanded with React for improved interactivity and scalability.
- 🔹 Fully responsive UI with Tailwind CSS
- 🔹 Product listing with categories and filters
- 🔹 Shopping cart and wishlist UI
- 🔹 Interactive and dynamic styling
- 🔹 Future features: API integration, dynamic product pages, and a minimal backend for handling essential operations
git clone https://github.com/souvik-maity/StyleCart.git
cd StyleCart
- Open the
index.html
file in a browser or use a live server extension for a better development experience.
- 🛍️ Browse through the available clothing items.
- ❤️ Add products to the wishlist or cart (frontend-only for now, backend coming soon!).
- 🎨 Experience a responsive and modern UI with Tailwind CSS.
We welcome contributions to improve StyleCart! To contribute:
git fork https://github.com/souvik-maity/StyleCart.git
git checkout -b feature-branch
git commit -m "Add new feature"
git push origin feature-branch
- ✅ Follow best practices for React component structure and state management.
- 🎨 Use Tailwind CSS effectively for styling.
- 🌍 Ensure cross-browser compatibility.
- 🔹 For backend contributions, keep the API lightweight and RESTful.
For any queries, feel free to reach out:
- 🔗 GitHub: StyleCart Repository