{"id":23690654,"url":"https://github.com/ryanl2004/e-paradiseshopping","last_synced_at":"2026-02-11T00:01:52.620Z","repository":{"id":265793187,"uuid":"896647240","full_name":"RyanL2004/e-paradiseShopping","owner":"RyanL2004","description":"Paradise Nursury Shopping App","archived":false,"fork":false,"pushed_at":"2025-01-02T01:00:39.000Z","size":227,"stargazers_count":2,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-02T20:45:37.751Z","etag":null,"topics":["api","javascript","react","redux"],"latest_commit_sha":null,"homepage":"https://ryanl2004.github.io/e-paradiseShopping/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RyanL2004.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-11-30T23:20:07.000Z","updated_at":"2025-01-02T01:00:42.000Z","dependencies_parsed_at":"2024-12-28T04:25:30.104Z","dependency_job_id":"68b1df1c-abca-4214-afc2-fb42d4380f8c","html_url":"https://github.com/RyanL2004/e-paradiseShopping","commit_stats":null,"previous_names":["ryanl2004/e-paradiseshopping"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RyanL2004/e-paradiseShopping","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyanL2004%2Fe-paradiseShopping","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyanL2004%2Fe-paradiseShopping/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyanL2004%2Fe-paradiseShopping/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyanL2004%2Fe-paradiseShopping/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RyanL2004","download_url":"https://codeload.github.com/RyanL2004/e-paradiseShopping/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyanL2004%2Fe-paradiseShopping/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29322733,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T20:44:44.282Z","status":"ssl_error","status_checked_at":"2026-02-10T20:44:43.393Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["api","javascript","react","redux"],"created_at":"2024-12-30T02:51:37.932Z","updated_at":"2026-02-11T00:01:52.591Z","avatar_url":"https://github.com/RyanL2004.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌿 Paradise Nursery\n\n**Paradise Nursury** is a web application designed to provide users with a seamless online shopping experience for nursery and gardening products. The platform offers a wide range of plants, tools, and accessories to cater to both novice and experienced gardeners.\n\n---\n\n## 🚀 Live Demo\n\nExperience the application firsthand: [e-Paradise Shopping Live Demo](https://ryanl2004.github.io/e-paradiseShopping/)\n\n---\n\n## 📜 Table of Contents\n\n1. [Features](#-features)\n2. [Technologies Used](#%EF%B8%8F-technologies-used)\n3. [Project Structure](#-project-structure)\n4. [Installation](#-installation)\n5. [Running Tests](#-running-tests)\n6. [Current Status](#-current-status)\n7. [Contributing](#-contributing)\n8. [Code of Conduct](#-code-of-conduct)\n9. [Security Policy](#-security-policy)\n10. [License](#-license)\n11. [Contact](#-contact)\n\n---\n\n## 🛠️ Features\n\n- **Product Catalog**: Browse a diverse selection of nursery and gardening products.\n- **Search Functionality**: Quickly find products using the search bar.\n- **Shopping Cart**: Add items to the cart and manage quantities.\n- **Checkout Process**: Complete purchases with a user-friendly checkout system.\n- **Responsive Design**: Optimized for various devices, ensuring a consistent user experience across desktops, tablets, and smartphones.\n\n---\n\n## 🖥️ Technologies Used\n\n### **Frontend**\n\n- [React](https://reactjs.org/): A JavaScript library for building user interfaces, ensuring a dynamic and interactive shopping experience.\n- [Redux](https://redux.js.org/): A predictable state container for managing application state efficiently.\n- [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript): The core programming language of the web, used for building interactivity.\n- [CSS](https://developer.mozilla.org/en-US/docs/Web/CSS): Enables the styling and layout of the application.\n\n### **Build Tools**\n\n- [Vite](https://vitejs.dev/): A next-generation frontend tooling that ensures fast builds and a smooth development experience.\n\n---\n\n## 📂 Project Structure\n\n```\ne-paradiseShopping/\n├── public/             # Static assets\n├── src/                # Source code\n│   ├── components/     # Reusable UI components\n│   ├── pages/          # Page components\n│   ├── redux/          # Redux setup and slices\n│   ├── App.jsx         # Main application component\n│   └── index.jsx       # Entry point\n├── .eslintrc.cjs       # ESLint configuration\n├── .gitignore          # Git ignore file\n├── index.html          # HTML template\n├── package.json        # Project dependencies and scripts\n├── vite.config.js      # Vite configuration\n└── README.md           # Project documentation\n```\n\n---\n\n## 📦 Installation\n\nTo set up the project locally:\n\n1. **Clone the repository**:\n   ```bash\n   git clone https://github.com/RyanL2004/e-paradiseShopping.git\n   ```\n2. **Navigate to the project directory**:\n   ```bash\n   cd e-paradiseShopping\n   ```\n3. **Install dependencies**:\n   ```bash\n   npm install\n   ```\n4. **Start the development server**:\n   ```bash\n   npm run dev\n   ```\n   The application will be accessible at `http://localhost:3000`.\n\n---\n\n## 🧪 Running Tests\n\nTo execute tests:\n\n```bash\nnpm test\n```\n\n---\n\n## 🚧 Current Status\n\n### In Progress\n\nWe are actively working on:\n\n- Improving the checkout process to include multiple payment methods.\n- Adding user authentication for personalized experiences.\n- Expanding the product catalog to cover more gardening categories.\n- Implementing backend functionality for enhanced features.\n\nStay tuned for updates!\n\n---\n\n## 🤝 Contributing\n\nWe welcome contributions to enhance the project! To contribute:\n\n1. **Fork the repository**.\n2. **Create a new branch**:\n   ```bash\n   git checkout -b feature/YourFeatureName\n   ```\n3. **Commit your changes**:\n   ```bash\n   git commit -m 'Add some feature'\n   ```\n4. **Push to the branch**:\n   ```bash\n   git push origin feature/YourFeatureName\n   ```\n5. **Open a Pull Request**.\n\nPlease ensure your code adheres to our coding standards and includes relevant tests.\n\n---\n\n## 🌟 Code of Conduct\n\nWe expect all participants to adhere to our [Code of Conduct](CODE_OF_CONDUCT.md). Please read it to understand the standards of behavior we expect from our community.\n\n---\n\n## 🛡️ Security Policy\n\nTo report security vulnerabilities, please contact us directly at **securityparadise@gmail.com**. Your report will be handled with the utmost confidentiality, and we will work to address issues promptly.\n\n---\n\n## 🛡️ License\n\nThis project is licensed under the [Apache-2.0 License](LICENSE).\n\n---\n\n## 📧 Contact\n\nFor any questions or suggestions, feel free to reach out:\n\n- **GitHub Issues**: [Create an issue](https://github.com/RyanL2004/e-paradiseShopping/issues)\n- **Email**: rayanlouahche2004@gmail.com\n- **LinkedIn**: [Rayan's Profile](https://www.linkedin.com/in/rayan-louahche/)\n\n---\n\nThank you for checking out **e-Paradise Shopping**! Your feedback and contributions are highly valued.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanl2004%2Fe-paradiseshopping","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryanl2004%2Fe-paradiseshopping","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanl2004%2Fe-paradiseshopping/lists"}