{"id":23138232,"url":"https://github.com/fiqrioemry/frontend_eccomerce_web_app","last_synced_at":"2025-08-20T12:16:02.746Z","repository":{"id":257874194,"uuid":"872533478","full_name":"fiqrioemry/Frontend_eccomerce_web_app","owner":"fiqrioemry","description":"Responsive frontend eccomerce website application using ReactJS and Tailwindcss  with fake API. Implementing a state management with react redux","archived":false,"fork":false,"pushed_at":"2025-06-10T15:45:12.000Z","size":87747,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-17T11:41:43.365Z","etag":null,"topics":["api-rest","dummyjson","reactjs","redux","redux-toolkit","tailwindcss"],"latest_commit_sha":null,"homepage":"https://exclusivemart.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/fiqrioemry.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-10-14T15:46:19.000Z","updated_at":"2025-08-14T00:12:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"433b6326-6ca3-4edb-af7a-05740446dcad","html_url":"https://github.com/fiqrioemry/Frontend_eccomerce_web_app","commit_stats":null,"previous_names":["fiqrioemry/exclusive_ecommerce_website"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fiqrioemry/Frontend_eccomerce_web_app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiqrioemry%2FFrontend_eccomerce_web_app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiqrioemry%2FFrontend_eccomerce_web_app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiqrioemry%2FFrontend_eccomerce_web_app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiqrioemry%2FFrontend_eccomerce_web_app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fiqrioemry","download_url":"https://codeload.github.com/fiqrioemry/Frontend_eccomerce_web_app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiqrioemry%2FFrontend_eccomerce_web_app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271314745,"owners_count":24738233,"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-08-20T02:00:09.606Z","response_time":69,"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":["api-rest","dummyjson","reactjs","redux","redux-toolkit","tailwindcss"],"created_at":"2024-12-17T13:10:12.335Z","updated_at":"2025-08-20T12:16:02.727Z","avatar_url":"https://github.com/fiqrioemry.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Thumbnail](./public/thumbnail_exclusivemart.png)\n\n# 🛒 Exclusivemart – Static E-commerce Frontend (React + TailwindCSS)\n\n**Exclusivemart** is a modern, responsive e-commerce frontend web app built using **React.js**, **TailwindCSS**, and **Redux Toolkit**. It demonstrates typical online store features like product listing, search, filtering, and user authentication—all powered by a dummy API. The app is ideal for portfolio presentation or as a base project for e-commerce MVPs.\n\n---\n\n## 1. Project Overview\n\nThis project simulates a typical online store experience for end-users. It provides core e-commerce functionality including dynamic product listing, search, cart, checkout flow, and restricted user profile routes. The app communicates with a mock API to fetch product data and user sessions.\n\n---\n\n## 2. Project Goals\n\n- Build a fully responsive e-commerce interface using React and TailwindCSS.\n- Fetch and display product data from a dummy API (dummyjson.com).\n- Enable user login simulation and session-based restricted access.\n- Provide essential UX flows: search, filtering, pagination, cart management, and checkout summary.\n\n---\n\n## 3. Challenges\n\n- Managing nested route access for authentication-protected pages.\n- Organizing Redux logic for products, users, cart, and checkout.\n- Implementing dynamic filtering, sorting, and pagination efficiently.\n- Ensuring lazy-loading and suspense fallback for optimal performance.\n\n---\n\n## 4. Approach \u0026 Solution\n\nThe app is structured using React + React Router DOM for routing, Redux Toolkit for state management, and Axios for external API communication. Lazy-loaded pages reduce bundle size and improve performance. Restricted pages are wrapped in authentication middleware using cookie checks. Product data, including categories and details, are dynamically fetched from dummyjson API.\n\n---\n\n## 5. Key Features\n\n- 🛍️ **Product Catalog** – Displays real-time products with categories, price, ratings, and images.\n- 🔍 **Search \u0026 Filter** – Supports keyword-based search, category filtering, and sorting.\n- 🛒 **Shopping Cart** – Add/remove products, quantity management, and cart summary.\n- 🔐 **Auth-Protected Routes** – User profile and checkout require simulated login.\n- 📦 **Checkout Summary** – Displays selected products, total price, and shipping details.\n- 🍪 **Cookie-Based Auth Simulation** – Implements fake login with cookie-based protection.\n- 🔁 **Pagination** – Handles product pages efficiently for large datasets.\n- ♻️ **Reusable Components** – Header, Footer, ProductCard, FilterMenu, etc.\n- ⚡ **Lazy Load Pages** – Optimizes initial load with `React.lazy` and `Suspense`.\n- 📱 **Responsive Design** – Fully adaptive for mobile, tablet, and desktop views.\n\n---\n\n## 6. Tech Stack\n\n- React.js\n- TailwindCSS\n- Redux Toolkit\n- React Router DOM\n- Axios\n- React Toastify\n- Framer Motion\n- React Slick / Swiper\n\n---\n\n## 7. Getting Started\n\n1. **Clone the repository**\n\n```bash\ngit clone https://github.com/fiqrioemry/Frontend_eccomerce_web_app.git\ncd Frontend_eccomerce_web_app\n```\n\n2. **Install dependencies**\n\n```bash\nnpm install\n```\n\n3. **Run locally**\n\n```bash\nnpm start\n```\n\n---\n\n## 🌐 Live Demo\n\n🔗 [https://exclusivemart.netlify.app](https://exclusivemart.netlify.app)\n\n---\n\n## 👨‍💼 Author\n\n- Website: [https://ahmadfiqrioemry.com](https://ahmadfiqrioemry.com)\n- LinkedIn: [linkedin.com/in/ahmadfiqrioemry](https://linkedin.com/in/ahmadfiqrioemry)\n- Instagram: [@oemryfiqri](https://instagram.com/oemryfiqri)\n- Medium: [@foemry](https://medium.com/@foemry)\n\n---\n\n## 📂 Folder Structure Highlights\n\n```\nsrc/\n├── components/       # Reusable UI components (Header, Footer, ProductCard)\n├── pages/            # Page views (Home, About, Contact, ProductDetail, etc.)\n├── middleware/       # Auth wrapper (UserAuth, NonUserAuth)\n├── reducer/          # Redux slices and logic\n├── features/         # ScrollToTop, PageLoading, etc.\n├── App.jsx           # Root component and route logic\n└── main.jsx          # App entry point\n```\n\n---\n\n## 📄 License\n\nThis project is licensed under the MIT License – feel free to use and modify.\n\n## 📸 Preview Screenshots\n\n![Thumbnail](./public/preview1.png)\n![Thumbnail](./public/preview2.png)\n![Thumbnail](./public/preview3.png)\n![Thumbnail](./public/preview4.png)\n![Thumbnail](./public/preview5.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffiqrioemry%2Ffrontend_eccomerce_web_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffiqrioemry%2Ffrontend_eccomerce_web_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffiqrioemry%2Ffrontend_eccomerce_web_app/lists"}