{"id":28289745,"url":"https://github.com/davariijs/verve-shop","last_synced_at":"2026-05-05T08:37:59.390Z","repository":{"id":294488627,"uuid":"986393507","full_name":"davariijs/verve-shop","owner":"davariijs","description":"A dynamic and responsive e-commerce front-end built with React, React Query, and Tailwind CSS, showcasing paginated products and detail views.","archived":false,"fork":false,"pushed_at":"2025-05-21T01:11:54.000Z","size":1611,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-13T06:41:20.253Z","etag":null,"topics":["reactjs","reactquery","tailwindcss"],"latest_commit_sha":null,"homepage":"https://verve-shop.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/davariijs.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":"2025-05-19T14:39:55.000Z","updated_at":"2025-05-21T01:11:57.000Z","dependencies_parsed_at":"2025-05-20T17:45:20.691Z","dependency_job_id":null,"html_url":"https://github.com/davariijs/verve-shop","commit_stats":null,"previous_names":["davariijs/verve-shop"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/davariijs/verve-shop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davariijs%2Fverve-shop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davariijs%2Fverve-shop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davariijs%2Fverve-shop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davariijs%2Fverve-shop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davariijs","download_url":"https://codeload.github.com/davariijs/verve-shop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davariijs%2Fverve-shop/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266412206,"owners_count":23924468,"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-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["reactjs","reactquery","tailwindcss"],"created_at":"2025-05-22T02:11:20.343Z","updated_at":"2026-05-05T08:37:54.362Z","avatar_url":"https://github.com/davariijs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Verve Shop 🛍️\n\nWelcome to Verve Shop! This is a dynamic and responsive e-commerce front-end application built to showcase a paginated list of products, individual product detail pages, and client-side filtering \u0026 searching capabilities. The project emphasizes a clean, modular codebase and a visually appealing user interface.\n\n## 🌐 Live Demo\n\nCheck out the live version of Verve Shop here:\n**[🚀 Launch Verve Shop!](https://verve-shop.netlify.app/)**\n\n## ✨ Features\n\n*   **Product Listing with Pagination:** Browse products in a paginated view.\n*   **Product Detail Page:** View detailed information for each product.\n*   **Client-Side Search:** Quickly find products by title, description, or brand.\n*   **Client-Side Category Filtering:** Filter products based on their category.\n*   **Responsive Design:** Adapts attractively to various screen sizes (desktop, tablet, and mobile).\n*   **Smooth Scrolling:** Enhanced user experience with smooth scroll animations for navigation.\n*   **Image Gallery with Zoom:** Interactive image gallery on product detail pages with zoom functionality.\n*   **Hero Section:** Engaging hero section on the main page with animations.\n*   **404 Page:** Custom \"Page Not Found\" page.\n\n## 🛠️ Technologies Used\n\n*   **React:** (v19.1.0) - A JavaScript library for building user interfaces.\n*   **React Router DOM:** (v7.6.0) - For client-side routing and navigation.\n*   **Tailwind CSS:** (v3.4.17) - A utility-first CSS framework for rapid UI development.\n*   **PostCSS** (v8.5.3) \u0026 **Autoprefixer** (v10.4.21)\n*   **@tanstack/react-query (React Query):** (v5.76.1) - For data fetching, caching, synchronization, and server state management.\n*   **Axios:** (v1.9.0) - Promise-based HTTP client for making API requests.\n*   **React Icons:** (v5.5.0) - A comprehensive library for including popular icons in your React projects.\n*   **use-debounce:** (v10.0.4) - A React hook to debounce a value (used for search input).\n\n## 🚀 Getting Started\n\nFollow these instructions to get a copy of the project up and running on your local machine for development purposes.\n\n### Prerequisites\n\n*   Node.js (v18.x or later recommended)\n\n### Installation\n\n1.  **Clone the repository:**\n    ```bash\n    git clone https://github.com/davariijs/verve-shop.git\n    cd verve-shop\n    ```\n\n2.  **Install dependencies:**\n    Using npm:\n    ```bash\n    npm install\n    ```\n    Or using yarn:\n    ```bash\n    yarn install\n    ```\n\n3.  **Set up Environment Variables:**\n    This project uses an API to fetch product data. You need to configure the base URL for this API.\n    *   Create a `.env` file in the root of your project by copying the example file:\n        ```bash\n        cp .env.example .env\n        ```\n    *   Open the newly created `.env` file and set the `REACT_APP_API_BASE_URL`.\n\n### Available Scripts\n\nIn the project directory, you can run:\n\n*   **`npm start`** or **`yarn start`**\n    Runs the app in development mode. Open [http://localhost:3000](http://localhost:3000) to view it in your browser. The page will reload when you make changes.\n\n*   **`npm run build`** or **`yarn build`**\n    Builds the app for production to the `build` folder. It correctly bundles React in production mode and optimizes the build for the best performance.\n\n\n## 🎨 Design \u0026 Styling\n\n*   Styling is primarily handled by **Tailwind CSS**, a utility-first CSS framework.\n*   Custom color palette defined in `tailwind.config.js` includes:\n    *   Primary Color: `#800020` (Rich Burgundy)\n    *   Accent Color: `#B08D57` (Old Gold / Bronze)\n    *   And various text, background, and border colors for a cohesive look.\n*   Responsive design ensures a good user experience across devices.\n*   Icons are provided by **React Icons**.\n\n\n---\n\nEnjoy exploring Verve Shop! 🌟","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavariijs%2Fverve-shop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavariijs%2Fverve-shop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavariijs%2Fverve-shop/lists"}