{"id":28501419,"url":"https://github.com/masterjaneza/horizontal-scroll-gallery---v1","last_synced_at":"2026-04-20T05:01:27.852Z","repository":{"id":294598113,"uuid":"987479826","full_name":"masterjaneza/Horizontal-Scroll-Gallery---V1","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-02T06:08:17.000Z","size":128,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-02T16:37:59.012Z","etag":null,"topics":["css-animations","css3","html5","js","linear-gradient","lineargradient","modern","modern-colors","modern-ui","scroll","scrolling","v1","vanilla-javascript"],"latest_commit_sha":null,"homepage":"https://horizontal-scroll-gallery-v1.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-21T06:19:19.000Z","updated_at":"2025-06-02T06:08:20.000Z","dependencies_parsed_at":"2025-05-21T07:46:37.228Z","dependency_job_id":null,"html_url":"https://github.com/masterjaneza/Horizontal-Scroll-Gallery---V1","commit_stats":null,"previous_names":["masterjaneza/horizontal-scroll-gallery---v1"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/masterjaneza/Horizontal-Scroll-Gallery---V1","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masterjaneza%2FHorizontal-Scroll-Gallery---V1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masterjaneza%2FHorizontal-Scroll-Gallery---V1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masterjaneza%2FHorizontal-Scroll-Gallery---V1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masterjaneza%2FHorizontal-Scroll-Gallery---V1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/masterjaneza","download_url":"https://codeload.github.com/masterjaneza/Horizontal-Scroll-Gallery---V1/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masterjaneza%2FHorizontal-Scroll-Gallery---V1/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263550730,"owners_count":23478864,"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","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":["css-animations","css3","html5","js","linear-gradient","lineargradient","modern","modern-colors","modern-ui","scroll","scrolling","v1","vanilla-javascript"],"created_at":"2025-06-08T15:40:16.548Z","updated_at":"2026-04-20T05:01:22.831Z","avatar_url":"https://github.com/masterjaneza.png","language":"CSS","readme":"# Horizontal Scroll Gallery | V1\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 1*, so expect a raw, functional base with room to grow. No unnecessary libraries, no bloated code — just the essentials.\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\nV1 is minimal and functional — think of it as a skeleton for bigger ideas.\n\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---\n\n## ⚙️ Setup \u0026 Installation\n\n1. **Clone the repository**\n   ```bash\n   git clone https://github.com/masterjaneza/Horizontal-Scroll-Gallery---V1.git\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## 🧪 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## 📌 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*  \naka 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","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmasterjaneza%2Fhorizontal-scroll-gallery---v1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmasterjaneza%2Fhorizontal-scroll-gallery---v1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmasterjaneza%2Fhorizontal-scroll-gallery---v1/lists"}