{"id":25024026,"url":"https://github.com/anashany2193/mern-ecommerce-app-frontend","last_synced_at":"2026-04-12T00:11:29.506Z","repository":{"id":269362293,"uuid":"907174597","full_name":"AnasHany2193/mern-eCommerce-app-frontend","owner":"AnasHany2193","description":"MERN eCommerce App Frontend 🛍️ A modern, responsive frontend for an eCommerce platform built with React.js and Vite. This application provides a seamless shopping experience, featuring product browsing, cart management, order processing, and an admin panel for efficient management.","archived":false,"fork":false,"pushed_at":"2024-12-23T02:17:00.000Z","size":5895,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-06T02:02:55.277Z","etag":null,"topics":["axios","lucide-react","react","redux","router-dom","shadcn-ui","stripe-payments","tailwindcss","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/AnasHany2193.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-12-23T02:10:30.000Z","updated_at":"2024-12-23T02:19:42.000Z","dependencies_parsed_at":"2024-12-23T03:21:48.049Z","dependency_job_id":"3513b81b-aa6f-4714-a52b-ad81871ae4aa","html_url":"https://github.com/AnasHany2193/mern-eCommerce-app-frontend","commit_stats":null,"previous_names":["anashany2193/mern-ecommerce-app-frontend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AnasHany2193/mern-eCommerce-app-frontend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnasHany2193%2Fmern-eCommerce-app-frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnasHany2193%2Fmern-eCommerce-app-frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnasHany2193%2Fmern-eCommerce-app-frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnasHany2193%2Fmern-eCommerce-app-frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AnasHany2193","download_url":"https://codeload.github.com/AnasHany2193/mern-eCommerce-app-frontend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnasHany2193%2Fmern-eCommerce-app-frontend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278547821,"owners_count":26004775,"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-10-06T02:00:05.630Z","response_time":65,"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":["axios","lucide-react","react","redux","router-dom","shadcn-ui","stripe-payments","tailwindcss","vite"],"created_at":"2025-02-05T15:38:45.941Z","updated_at":"2025-10-06T02:04:50.225Z","avatar_url":"https://github.com/AnasHany2193.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🛍️ MERN eCommerce App Frontend\n\nWelcome to the frontend of the MERN eCommerce application! This project serves as the client-side interface of a full-stack eCommerce platform, built with React.js and Vite, providing users with a seamless shopping experience.\n\n## 🚀 Features\n\n- **User-Friendly Interface**: Intuitive design for easy navigation.\n- **Product Browsing**: View and search for products effortlessly.\n- **Shopping Cart**: Add, remove, and manage cart items.\n- **Order Management**: Place orders and track order details.\n- **Admin Panel**: Manage products, orders, and users with ease.\n\n## 🛠️ Installation Guide\n\nFollow these steps to set up the project locally:\n\n1. **Clone the Repository**:\n\n   ```bash\n   git clone https://github.com/AnasHany2193/mern-eCommerce-app-frontend.git\n   cd mern-eCommerce-app-frontend\n   ```\n\n2. **Install Dependencies**:\n\n   Ensure you have [Node.js](https://nodejs.org/) installed. Then, run:\n\n   ```bash\n   npm install\n   ```\n\n3. **Environment Variables**:\n\n   Create a `.env` file in the root directory and add the following variables:\n\n   ```env\n   VITE_API_URL=http://localhost:5000\n   VITE_STRIPE_PUBLIC_KEY=your_stripe_public_key\n   ```\n\n   Replace the placeholder values with your actual configuration details.\n\n4. **Start the Application**:\n\n   ```bash\n   npm run dev\n   ```\n\n   The application should now be running on `http://localhost:3000`.\n\n## 📸 Screenshots\n\nHere are some screenshots showcasing different parts of the application:\n\n- **Home Page**:\n  ![Home Page](src/assets/screenShots/home.png)\n  _The landing page displaying featured products and promotions._\n\n- **Products Page**:\n  ![Products Page](src/assets/screenShots/products.png)\n  _A catalog of all available products with filtering options._\n\n- **Product Details Page**:\n  ![Product Details](src/assets/screenShots/productDetails.png)\n  _Detailed view of a selected product, including descriptions and reviews._\n\n- **Shopping Cart**:\n  ![Shopping Cart](src/assets/screenShots/cart.png)\n  _View of the shopping cart with selected items ready for checkout._\n\n- **Search Results**:\n  ![Search Results](src/assets/screenShots/search.png)\n  _Results page displaying products matching the search query._\n\n- **Orders Page**:\n  ![Orders Page](src/assets/screenShots/orders.png)\n  _List of user orders with statuses and summaries._\n\n- **Order Details Page**:\n  ![Order Details](src/assets/screenShots/orderDetails.png)\n  _Detailed view of a specific order, including itemized products and shipping information._\n\n## 🛡️ Admin Panel\n\nThe application includes an admin panel that allows administrators to:\n\n- **Manage Products**: Add, edit, or delete products.\n- **Handle Orders**: View and update order statuses.\n- **User Management**: Manage user roles and access.\n\nThis ensures efficient management of the eCommerce platform.\n\n## 👤 About the Author\n\nDeveloped by [Anas Hany](https://www.linkedin.com/in/anashany219/). Feel free to connect!\n\n---\n\nHappy shopping! 🎉\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanashany2193%2Fmern-ecommerce-app-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanashany2193%2Fmern-ecommerce-app-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanashany2193%2Fmern-ecommerce-app-frontend/lists"}