{"id":20840595,"url":"https://github.com/zaid-deve/react-ecommerce","last_synced_at":"2026-04-07T20:31:39.432Z","repository":{"id":263294752,"uuid":"889925861","full_name":"Zaid-deve/react-ecommerce","owner":"Zaid-deve","description":"an E-Commerce react application with php backend","archived":false,"fork":false,"pushed_at":"2024-11-17T15:46:11.000Z","size":14764,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-12T10:13:41.766Z","etag":null,"topics":["bootstrap","ecommerce","php","react","vite"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Zaid-deve.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-11-17T15:39:57.000Z","updated_at":"2024-11-17T15:48:03.000Z","dependencies_parsed_at":"2024-11-17T17:22:37.895Z","dependency_job_id":null,"html_url":"https://github.com/Zaid-deve/react-ecommerce","commit_stats":null,"previous_names":["zaid-deve/react-ecommerce"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Zaid-deve/react-ecommerce","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zaid-deve%2Freact-ecommerce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zaid-deve%2Freact-ecommerce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zaid-deve%2Freact-ecommerce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zaid-deve%2Freact-ecommerce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Zaid-deve","download_url":"https://codeload.github.com/Zaid-deve/react-ecommerce/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zaid-deve%2Freact-ecommerce/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31528295,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["bootstrap","ecommerce","php","react","vite"],"created_at":"2024-11-18T01:16:59.098Z","updated_at":"2026-04-07T20:31:39.393Z","avatar_url":"https://github.com/Zaid-deve.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# 🛍️ **E-Commerce Product Management System**\n\nAn interactive and user-friendly web application designed for managing and exploring a wide variety of products. Built with modern technologies, the system features seamless product listing, real-time searching, and cart management functionalities.\n\n---\n\n## 🌟 **Features**\n\n### 📚 **Product Categories**\n- Includes categories such as **Products**, **TV**, **Smart Phones**, **Radio**, and **Books**.\n- Dynamic category switching with animated icons for an enhanced user experience.\n\n### 🔍 **Search Functionality**\n- Real-time search for products with an intuitive input bar.\n- Smart category-based placeholders guide the search process.\n- Displays detailed results, ensuring a smooth and efficient search experience.\n\n### 🛒 **Cart Management**\n- Optimistic cart updates for fast feedback and interaction.\n- Integrated error handling for seamless cart operations.\n- Real-time addition of items to the cart with visual indicators for items already in the cart.\n\n### 🎨 **Dynamic Product Listing**\n- Fetches product data from an external API for live updates.\n- Displays products in a responsive grid with interactive elements.\n- Includes product thumbnail, description, and pricing for easy browsing.\n\n---\n\n## 🛠️ **Technology Stack**\n\n### Frontend\n- **React.js**: For a responsive and dynamic user interface.\n- **Bootstrap Icons**: Enhancing the UI with modern icons.\n- **CSS**: Custom styles for a polished appearance.\n\n### Backend \u0026 APIs\n- **DummyJSON**: Provides real-time product data for the app.\n\n### State Management\n- **useState** and **useEffect**: Efficient state management for user interactions and API integration.\n\n### Cart Operations\n- **Custom Utility Functions**: Add-to-cart and fetch-cart features built using modularized utility functions.\n\n---\n\n## 🚀 **How to Run the Project**\n\n1. Clone the repository:\n   ```bash\n   git clone \u003crepository-url\u003e\n   cd \u003cproject-directory\u003e\n   ```\n\n2. Install dependencies:\n   ```bash\n   npm install\n   ```\n\n3. Start the development server:\n   ```bash\n   npm start\n   ```\n\n4. Open the app in your browser:\n   ```\n   http://localhost:3000\n   ```\n\n---\n\n## 💡 **Upcoming Features**\n- **Authentication**: Login and sign-up integration with a secure backend.\n- **Advanced Filters**: Sort products by price, category, and popularity.\n- **Wishlist**: Save favorite products for later.\n- more...\n\n---\n\n## 🤝 **Contributing**\nContributions are welcome! Please follow the steps below:\n1. Fork the project.\n2. Create your feature branch:\n   ```bash\n   git checkout -b feature-name\n   ```\n3. Commit your changes:\n   ```bash\n   git commit -m \"Add feature description\"\n   ```\n4. Push to the branch:\n   ```bash\n   git push origin feature-name\n   ```\n5. Open a Pull Request.\n\n---\n\n## 📜 **License**\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.\n\n---\n\n## 📧 **Contact**\nFor any queries or suggestions, feel free to reach out:\n- **Developer**: Zaid Patel  \n- **Email**: [patelzaid721@example.com]","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzaid-deve%2Freact-ecommerce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzaid-deve%2Freact-ecommerce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzaid-deve%2Freact-ecommerce/lists"}