https://github.com/michael-blake-donaldson/planthaven-ecommerce_store
A simple ecommerce store for plants.
https://github.com/michael-blake-donaldson/planthaven-ecommerce_store
eccomerce javascript plants-website
Last synced: 29 days ago
JSON representation
A simple ecommerce store for plants.
- Host: GitHub
- URL: https://github.com/michael-blake-donaldson/planthaven-ecommerce_store
- Owner: Michael-Blake-Donaldson
- License: cc0-1.0
- Created: 2024-11-26T16:36:23.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-11-26T16:59:49.000Z (5 months ago)
- Last Synced: 2025-02-05T04:08:24.422Z (3 months ago)
- Topics: eccomerce, javascript, plants-website
- Language: JavaScript
- Homepage:
- Size: 241 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Plant Haven
Welcome to **Plant Haven**, your online paradise for all things plants! This website allows users to explore and purchase a variety of plants, manage their cart, and securely checkout using Stripe integration.
Users can also sign up and log in to manage their shopping experience.## Features
- **Explore Plants**: Browse plants by categories such as indoor, outdoor, rare finds, and more.
- **Search and Filter**: Search for plants by name and filter by region, category, and difficulty level.
- **Add to Cart**: Add your favorite plants to a shopping cart.
- **Secure Checkout**: Checkout using Stripe for secure payments.
- **User Authentication**: Sign up and log in to access cart functionality.
- **Responsive Design**: Enjoy a seamless experience across devices.## Technologies Used
### Frontend
- **HTML5**
- **CSS3** (with responsive design)
- **JavaScript**### Backend
- **LocalStorage and SessionStorage** (for user data and cart management)### Payment Integration
- **Stripe API**### Tools
- **Visual Studio Code** (Development)
- **GitHub** (Version Control)