https://github.com/shahzaibdev355/plant-shopping-react-redux
https://github.com/shahzaibdev355/plant-shopping-react-redux
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/shahzaibdev355/plant-shopping-react-redux
- Owner: Shahzaibdev355
- License: apache-2.0
- Created: 2024-10-31T13:46:55.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-31T15:55:42.000Z (over 1 year ago)
- Last Synced: 2025-02-22T04:44:20.750Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://plant-shopping-react-redux.vercel.app
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# E-commerce Website 🌱
Welcome to Palnt Shop website, where green meets serenity! This project is a small e-commerce website built using **React** and **Redux** as part of my learning journey in **Full-Stack Development** with IBM.
## 🚀 Live Demo
Check out the live demo of the website [here](https://plant-shopping-react-redux.vercel.app/).
## 🌟 Features
- **React** for building the front end.
- **Redux** for state management.
- **Vite** for fast development and production builds.
- **Responsive design** to ensure a smooth experience across all devices.
- **E-commerce functionality**, including Add to Cart and Checkout buttons.
- Organized product categories like Air Purifying Plants, Aromatic Fragrant Plants, Insect Repellent Plants, and more.
## 📚 Learning Journey
This project is part of my **Full-Stack Development** course with IBM. It's a hands-on project that has helped me apply the concepts I've learned, from front-end development to deploying on GitHub Pages.
## 🛠️ Technologies Used
- **React**
- **Redux Toolkit**
- **Vite**
- **CSS Modules**
- **GitHub Pages** for deployment
## 📂 Project Structure
```bash
.
├── public
├── src
│ ├── components
│ ├── redux
│ ├── styles
│ ├── App.jsx
│ └── main.jsx
├── README.md
└── package.json