Skip to content

thedgarg31/StyleCart

 
 

Repository files navigation

StyleCart

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.


🚀 Features

  • 🔹 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

Steps

Clone the repository:

 git clone https://github.com/souvik-maity/StyleCart.git
 cd StyleCart

Run the frontend (current setup):

  • Open the index.html file in a browser or use a live server extension for a better development experience.

📌 Usage

  • 🛍️ 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.

🏗️ Contribution Guidelines

We welcome contributions to improve StyleCart! To contribute:

1. Fork the repository:

git fork https://github.com/souvik-maity/StyleCart.git

2. Create a new branch:

git checkout -b feature-branch

3. Make changes and commit:

git commit -m "Add new feature"

4. Push the changes:

git push origin feature-branch

5. Open a Pull Request (PR) on GitHub.


Code Guidelines

  • 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.

📬 Contact

For any queries, feel free to reach out:

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 47.3%
  • CSS 44.8%
  • JavaScript 7.9%