A sleek React + Vite fashion eCommerce web app showcasing a variety of clothing items from dummyData.jsx
. Styled with Tailwind CSS for a polished look, made using Redux, and seamlessly deployed using Netlify.
Make sure you have the following installed:
Clone the repository:
git clone https://github.com/Sagnik-Coder24/Ecommerce-Redux.git
cd Ecommerce-Redux
Install dependencies:
yarn install
# or
npm install
Start the development server:
yarn dev
# or
npm run dev
Open your browser and go to http://localhost:5173
to see the app in action.
Build the app for production:
yarn build
# or
npm run build
Deploy to Netlify:
yarn build
or npm run build
dist
Netlify will automatically build and deploy your site. You can find your live site URL in the Netlify dashboard.
We welcome contributions from the community! Feel free to open issues and pull requests to suggest improvements, add new features, or fix bugs. Here’s how you can contribute:
git checkout -b feature-branch
)git commit -am 'Add some feature'
)git push origin feature-branch
)If you have suggestions or feedback on how to improve this project, feel free to post them on our GitHub Issues page. We love hearing your ideas and collaborating with the community!