{"id":28851483,"url":"https://github.com/sandhya80/pure-plant-co","last_synced_at":"2026-02-03T15:04:41.981Z","repository":{"id":296259224,"uuid":"992788922","full_name":"Sandhya80/Pure-Plant-Co","owner":"Sandhya80","description":"A modern, user-friendly indoor plant nursery web application for browsing, shopping, and managing your plant orders online.","archived":false,"fork":false,"pushed_at":"2025-05-31T00:40:55.000Z","size":2032,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-19T21:04:44.960Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Sandhya80.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-29T18:02:06.000Z","updated_at":"2025-05-31T00:40:59.000Z","dependencies_parsed_at":"2025-05-29T19:42:16.311Z","dependency_job_id":"d5c853da-227d-4a65-95fe-877fbe2a5dcd","html_url":"https://github.com/Sandhya80/Pure-Plant-Co","commit_stats":null,"previous_names":["sandhya80/pure-plant-co"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Sandhya80/Pure-Plant-Co","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sandhya80%2FPure-Plant-Co","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sandhya80%2FPure-Plant-Co/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sandhya80%2FPure-Plant-Co/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sandhya80%2FPure-Plant-Co/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sandhya80","download_url":"https://codeload.github.com/Sandhya80/Pure-Plant-Co/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sandhya80%2FPure-Plant-Co/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29047800,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T14:55:20.264Z","status":"ssl_error","status_checked_at":"2026-02-03T14:55:19.725Z","response_time":96,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-19T21:04:41.426Z","updated_at":"2026-02-03T15:04:40.093Z","avatar_url":"https://github.com/Sandhya80.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pure Plant Co\n\nA modern, user-friendly indoor plant nursery web application for browsing, shopping, and managing your plant orders online.\n\n---\n\n## Table of Contents\n\n- [Overview](#overview)\n- [Features](#features)\n- [Getting Started](#getting-started)\n- [Folder Structure](#folder-structure)\n- [Usage](#usage)\n- [Customization](#customization)\n- [Screenshots](#screenshots)\n- [Contributing](#contributing)\n- [License](#license)\n- [Contact](#contact)\n\n---\n\n## Overview\n\n**Pure Plant Co** is a responsive web application for an indoor plant nursery, built with HTML, CSS, JavaScript, and Bootstrap. It provides a seamless shopping experience, including cart management, checkout, discount codes, and user authentication modals.\n\n---\n\n## Features\n\n- **Product Catalog:** Browse a variety of indoor plants, planters, and soil kits.\n- **Search Bar:** Instantly search products from the navbar.\n- **Add to Cart:** Add products to your cart from the shop page.\n- **Cart Page:**\n  - View, update, and remove items.\n  - Quantity controls with stock validation.\n  - Live subtotal calculation.\n  - Shipping: £7 for orders under £50, free for £50+.\n  - VAT included in all prices.\n  - Discount code support (`PLANT10`, `GREEN15`).\n  - Cart count updates in the navbar across all pages.\n- **Checkout Modal:**\n  - Order summary with discount, shipping, and VAT.\n  - Payment method selection: Card, PayPal, or 0% APR (12 months).\n  - 0% APR monthly breakdown.\n- **Payment Modal:**\n  - Secure form for cardholder name, card number, expiry, and CVC.\n  - Demo payment flow.\n- **Login/Register Modal:** User authentication modal with registration and login forms.\n- **Responsive Design:** Works on desktop, tablet, and mobile.\n- **Accessibility:** Keyboard navigation and accessible modals.\n- **Bootstrap Integration:** Modern UI with Bootstrap 5 and Bootstrap Icons.\n- **Persistent Cart:** Cart data is stored in browser localStorage.\n\n---\n\n## Getting Started\n\n1. **Clone the repository:**\n   ```sh\n   git clone https://github.com/yourusername/pure-plant-co.git\n   ```\n2. **Navigate to the project directory:**\n   ```sh\n   cd pure-plant-co\n   ```\n3. **Open `index.html` in your browser to view the app.**\n\n---\n\n## Folder Structure\n\n```\npure-plant-co/\n├── index.html\n├── css/\n│   └── styles.css\n├── js/\n│   ├── app.js\n│   └── payment.js\n├── images/\n│   ├── plants/\n│   ├── planters/\n│   └── soil-kits/\n└── README.md\n```\n\n- **`index.html`:** The main HTML file for the application.\n- **`css/`:** Folder for custom CSS styles.\n- **`js/`:** Folder for JavaScript files.\n- **`images/`:** Folder for product images, organized by category.\n- **`README.md`:** This README file.\n\n---\n\n## Usage\n\n- Open `index.html` in a web browser.\n- Browse the product catalog or use the search bar to find specific items.\n- Add items to your cart and proceed to checkout when ready.\n- Fill in your details and choose a payment method in the checkout modal.\n- Review your order in the payment modal and complete your purchase.\n\n---\n\n## Customization\n\nTo customize the app:\n\n- **Update content:** Edit `index.html` for text and structure changes.\n- **Change styles:** Modify `css/styles.css` for style changes.\n- **Add scripts:** Include custom scripts in the `js/` folder as needed.\n- **Replace images:** Add or replace images in the `images/` folder.\n\n---\n\n## Screenshots\n\n![Homepage](images/screenshots/homepage.png)\n*Homepage - Browse our collection of indoor plants.*\n\n![Product Page](images/screenshots/product-page.png)\n*Product Page - Learn more about each plant, including care tips and pot options.*\n\n![Cart Page](images/screenshots/cart-page.png)\n*Cart Page - Review your selected plants, adjust quantities, and enter discount codes.*\n\n![Checkout Modal](images/screenshots/checkout-modal.png)\n*Checkout Modal - Choose your payment method and review your order summary.*\n\n![Login/Register Modal](images/screenshots/login-register-modal.png)\n*Login/Register Modal - Access your account or create a new one.*\n\n---\n\n## Contributing\n\nWe welcome contributions to **Pure Plant Co**! To contribute:\n\n1. Fork the repository.\n2. Create a new branch for your feature or bugfix.\n3. Make your changes and commit them.\n4. Push to your forked repository.\n5. Submit a pull request describing your changes.\n\nPlease ensure your code follows the existing style and includes appropriate tests.\n\n---\n\n## License\n\n**Pure Plant Co** is open-source software licensed under the [MIT License](LICENSE).\n\n---\n\n## Contact\n\nFor questions or feedback, please contact:\n\n- Sandhya H - [sandhyaharsh@gmail.com](sandhyaharsh@gmail.com)\n- GitHub: [sandhya80](https://github.com/Sandhya80)\n\n---","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsandhya80%2Fpure-plant-co","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsandhya80%2Fpure-plant-co","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsandhya80%2Fpure-plant-co/lists"}