{"id":29820359,"url":"https://github.com/samuelaemro12/amazon-clone","last_synced_at":"2025-07-28T22:41:59.450Z","repository":{"id":257999948,"uuid":"863791178","full_name":"samuelAemro12/amazon-clone","owner":"samuelAemro12","description":"This is the front-end folder for the amazon clone webapp, it is a functional and built with ReactJs and has a backend built with ExpressJs","archived":false,"fork":false,"pushed_at":"2025-07-21T19:56:32.000Z","size":5938,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-21T21:39:28.216Z","etag":null,"topics":["amazon-clone","eccomerce-app","fakestore-api","firebase-auth","front-end-development","reactjs","routing","stripe-api","user-authentication"],"latest_commit_sha":null,"homepage":"https://samuel-amazon-clone-deploy.netlify.app/","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/samuelAemro12.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,"zenodo":null}},"created_at":"2024-09-26T23:27:25.000Z","updated_at":"2025-07-21T19:56:36.000Z","dependencies_parsed_at":"2024-10-27T23:05:14.240Z","dependency_job_id":"f4ccd969-7ec4-40c9-9a24-091d64fdf7b4","html_url":"https://github.com/samuelAemro12/amazon-clone","commit_stats":null,"previous_names":["samuelaemro12/amazon-clone"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/samuelAemro12/amazon-clone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samuelAemro12%2Famazon-clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samuelAemro12%2Famazon-clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samuelAemro12%2Famazon-clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samuelAemro12%2Famazon-clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samuelAemro12","download_url":"https://codeload.github.com/samuelAemro12/amazon-clone/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samuelAemro12%2Famazon-clone/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267598861,"owners_count":24113675,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["amazon-clone","eccomerce-app","fakestore-api","firebase-auth","front-end-development","reactjs","routing","stripe-api","user-authentication"],"created_at":"2025-07-28T22:41:44.555Z","updated_at":"2025-07-28T22:41:59.443Z","avatar_url":"https://github.com/samuelAemro12.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Amazon Clone - A Full-Stack React.js Project\n\nA full-stack Amazon clone built with a mobile-first, responsive design using React, Express.js, and Firebase. The frontend is deployed on Netlify, and the backend is deployed on Render.\n\n---\n\n## 🚀 Live Demo\n- **Frontend (Netlify):** [https://samuel-amazon-clone-deploy.netlify.app/]\n- **Backend API (Render):** [https://amazon-backend-deploy-wd9j.onrender.com]\n\n---\n\n## Features\n- **Mobile-First \u0026 Responsive Design**: Seamless experience across devices.\n- **User Authentication**: Sign up and log in with Firebase.\n- **Home Page**: Browse product categories and featured products.\n- **Product Details**: View detailed information about each product.\n- **Cart System**: Add/remove products to/from your shopping cart.\n- **Order Summary**: See a summary of selected items in the cart.\n- **Payment Integration**: Stripe for real (demo) transactions.\n- **Protected Routes**: Secure pages for authenticated users only.\n- **Loading Animations**: Smooth user experience with spinners.\n\n---\n\n## 🗂️ Folder Structure\n```\namazon-clone/\n├── public/                # Static files (index.html, favicon, etc.)\n├── src/\n│   ├── API/               # Axios setup and API endpoints\n│   ├── Assets/            # Images and static assets\n│   ├── components/        # Reusable UI components\n│   ├── Pages/             # Main app pages (Auth, Cart, Orders, etc.)\n│   ├── Utility/           # Helpers (Firebase config, Reducer, etc.)\n│   ├── App.js             # Main app component\n│   ├── App.css            # Global styles\n│   ├── index.js           # Entry point\n│   └── Router.js          # App routing\n├── functions/             # (If using Firebase functions)\n├── package.json           # Project metadata and scripts\n├── firebase.json          # Firebase config\n└── README.md              # Project documentation\n\nAmazon-Backend-Deploy/     # Express.js backend (deployed on Render)\n```\n\n---\n\n## 🛠️ Technology Stack\n- **Frontend:** React, JavaScript, CSS Modules\n- **Backend:** Express.js (for payment and API proxy)\n- **Authentication:** Firebase\n- **API:** FakeStoreAPI (product data)\n- **Deployment:** Netlify (frontend), Render (backend)\n- **Payment:** Stripe\n\n---\n\n## 🏁 Getting Started\n### 1. Clone the repository\n```bash\ngit clone https://github.com/samuelAemro12/amazon-clone\n```\n### 2. Install dependencies\n```bash\ncd amazon-clone\nnpm install\n```\n### 3. Start the development server\n```bash\nnpm start\n```\n\n---\n\n## 📦 Main Dependencies\n- react, react-dom, react-router-dom\n- firebase\n- axios\n- react-spinners\n- react-responsive-carousel\n- numeral\n- @mui/material, @emotion/react, @emotion/styled\n- @stripe/react-stripe-js, @stripe/stripe-js\n\n---\n\n## ✨ Author\nSamuel Aemro Melese  \n[GitHub](https://github.com/samuelAemro12/)  \nEmail: samuelaemrowork12@gmail.com\n\n---\n\n## ℹ️ Acknowledgments\nThis project was a learning experience in full-stack development, focusing on authentication, product display, shopping cart, and responsive design. Product data is provided by FakeStoreAPI. Special thanks to the React and Express.js documentation and the open-source community.\n\n---\n\n## 📄 License\nThis project is for educational purposes only and is not affiliated with Amazon.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamuelaemro12%2Famazon-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamuelaemro12%2Famazon-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamuelaemro12%2Famazon-clone/lists"}