{"id":28501403,"url":"https://github.com/masterjaneza/horizontal-scroll-gallery---v2","last_synced_at":"2026-05-01T03:34:07.274Z","repository":{"id":294813294,"uuid":"988153589","full_name":"masterjaneza/Horizontal-Scroll-Gallery---V2","owner":"masterjaneza","description":"A simple horizontal scrolling image gallery built with HTML, CSS, and a touch of JavaScript. Designed to showcase images in a side-scrolling layout, it offers a clean, responsive experience with no heavy libraries, just pure, functional code. Perfect for portfolios, showcases, or experimental layouts.","archived":false,"fork":false,"pushed_at":"2025-06-07T07:38:32.000Z","size":123,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-01T03:33:56.797Z","etag":null,"topics":["attractive-ui","css-animations","css3","cssanimations","html5","js","linear-gradient","lineargradient","modern","modern-colors","modern-ui","scroll","scrolling","v2","vanilla-javascript","vanilla-js"],"latest_commit_sha":null,"homepage":"https://horizontal-scroll-gallery-v2.vercel.app/","language":"CSS","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/masterjaneza.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-22T06:14:32.000Z","updated_at":"2025-06-07T07:38:36.000Z","dependencies_parsed_at":"2025-05-22T07:40:32.921Z","dependency_job_id":null,"html_url":"https://github.com/masterjaneza/Horizontal-Scroll-Gallery---V2","commit_stats":null,"previous_names":["masterjaneza/horizontal-scroll-gallery---v2"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/masterjaneza/Horizontal-Scroll-Gallery---V2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masterjaneza%2FHorizontal-Scroll-Gallery---V2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masterjaneza%2FHorizontal-Scroll-Gallery---V2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masterjaneza%2FHorizontal-Scroll-Gallery---V2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masterjaneza%2FHorizontal-Scroll-Gallery---V2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/masterjaneza","download_url":"https://codeload.github.com/masterjaneza/Horizontal-Scroll-Gallery---V2/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masterjaneza%2FHorizontal-Scroll-Gallery---V2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32484352,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["attractive-ui","css-animations","css3","cssanimations","html5","js","linear-gradient","lineargradient","modern","modern-colors","modern-ui","scroll","scrolling","v2","vanilla-javascript","vanilla-js"],"created_at":"2025-06-08T15:40:16.039Z","updated_at":"2026-05-01T03:34:07.269Z","avatar_url":"https://github.com/masterjaneza.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Horizontal Scroll Gallery | V2\n\nA clean, lightweight gallery with a twist — instead of the usual vertical scroll, this project goes sideways. Built with pure HTML, CSS, and a bit of JavaScript, this gallery presents images in a horizontal scrolling container, offering an elegant, unconventional browsing experience.\n\nThis is **Version 2**, so expect a raw, functional base with room to grow. No unnecessary libraries, no bloated code — just the essentials.\n\n\n\n## 🔧 Improvements from V2\n\nRevamped visual style with fresh, modern color. now featuring smooth linear gradients for a more dynamic and appealing look.\n\n---\n\n## 🎯 Purpose\n\nThe goal of this project is to explore horizontal scrolling in a simple, focused way. It’s great for image portfolios, product showcases, or creative landing pages where a horizontal layout adds uniqueness.\n\nWhether you're learning how to manipulate scroll behavior, building something minimal, or experimenting with a design-forward interface, this project gives you a solid foundation.\n\n---\n\n## 🚀 What It Does\n\n- Displays a series of images inside a horizontally scrollable container.\n- Allows scrolling using the mouse wheel (on desktops) or swipe gestures (on touch devices).\n- Uses native browser scrolling with smooth behavior.\n- Fully responsive, so it adapts to different screen sizes and orientations.\n\n---\n\n## 🧠 How It Works\n\n- The gallery is a flex container with `overflow-x: scroll`, causing items to line up horizontally and scroll along the X-axis.\n- JavaScript is optionally used to enhance scroll behavior (e.g., allowing vertical wheel gestures to scroll horizontally).\n- CSS keeps the layout clean and smooth, using flexbox and minimal styling.\n\n---\n\n\n---\n\n## 🖼️ Design Notes\n\n\u003e V1 is minimal and functional — think of it as a skeleton for bigger ideas.\n\n- The current design is basic and intentionally unstyled.\n- You can easily extend it by:\n  - Adding image hover effects\n  - Using CSS grid or scroll snapping\n  - Styling the scrollbar or hiding it for aesthetics\n  - Embedding captions or overlay info\n\n**Modern design and polish are coming in future versions.**\n\n---\n\n## 🧪 Browser Support\n\nThis project works in all modern browsers. Some enhancements (like smooth scrolling or scroll snapping) may have minor inconsistencies in older browsers, but the core functionality holds.\n\n--- \n--- \n\n## ⚙️ Setup \u0026 Installation\n\n1. **Clone the repository**\n   ```bash\n   git clone [https://github.com/masterjaneza/Horizontal-Scroll-Gallery---V5](https://github.com/masterjaneza/Horizontal-Scroll-Gallery---V5)\n   ```\n\n**Open the Project:**\n\n- Open `index.html` in your browser  \n  **or**\n- Use **Live Server** in VS Code.\n--- \n---\n\n---\n\n## 📌 Known Limitations\n\n- No scroll snapping yet (but it's on the roadmap).\n- Not optimized for keyboard navigation.\n- No image lazy loading in this version.\n\n---\n\n## 🧪 License\n\nFeel free to use, modify, or remix this project. No pressure.  \nJust give credit where credit’s due - sharing is caring. 😉\n\n---\n\n## 🌟 Support the Project\n\nIf this helped you or made you smile, hit that ⭐ on GitHub, fork it, remix it, and tag me in your own creations. Let’s build scroll magic together.\n\n---\n\n## ✍️ Credits\n\nCrafted with pixels and passion by  \n**Davit Janezashvili**  \n_aka MasterJaneza – Creative Developer \u0026 Designer_\n\n---\n\n## ⚠️ Note\n\nIf you're using dark mode, some visuals might not look as intended. For the best experience, switch to light mode.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmasterjaneza%2Fhorizontal-scroll-gallery---v2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmasterjaneza%2Fhorizontal-scroll-gallery---v2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmasterjaneza%2Fhorizontal-scroll-gallery---v2/lists"}