StyleCart is an open-source eCommerce clothing platform built with a responsive frontend using React.js and Tailwind CSS, and structured for future backend integration using Node.js and Express.js. This repository is organized to support modular development, easy scalability, and collaboration.
| 🌟 Stars | 🍽️ Forks | 🐛 Issues | 🔔 Open PRs | 🔕 Close PRs |
StyleCart/
🔽️ .github/ # GitHub workflows and issue templates
🔽️ client/ # React + TypeScript frontend code
🔽️ README.md # Main project README (this file)
A backend folder may be added later for Node.js/Express.js integration.
📅 Responsive UI with Tailwind CSS 🛒 Product listing and shopping cart UI 📱 Mobile-friendly and elegant layout 🔧 React Router & API-ready structure planned 🧪 Easy setup for contributors and developers
git clone https://github.com/souvik-maity/StyleCart.git
cd StyleCartcd clientnpm installnpm startThe app should now be running at
http://localhost:3000
🛓️ Browse products, explore categories, and simulate adding to cart/wishlist ⚡️ Experience a smooth and animated interface 🚧 Backend functionalities are under development
We welcome contributions to enhance StyleCart! Follow these steps:
git fork https://github.com/souvik-maity/StyleCart.gitgit checkout -b feature-branchgit commit -m "Add new feature"git push origin feature-branchWe’ll review your PR and merge it after approval! 🚀
- Use modular, reusable React components
- Stick to functional components and hooks
- Prefer TypeScript types/interfaces where possible
- Follow Tailwind CSS utility-first styling
- Structure routes and APIs cleanly
Thanks to these amazing folks for making this project better 💙
Have questions, feedback, or suggestions?
🔗 GitHub: StyleCart Repository
Let’s build something amazing together! 🚀
This project is licensed under the MIT License – see the LICENSE file for details.
