{"id":50544038,"url":"https://github.com/blordeus/photosnap-multipage-website","last_synced_at":"2026-06-03T22:30:26.510Z","repository":{"id":351151205,"uuid":"1209771266","full_name":"blordeus/photosnap-multipage-website","owner":"blordeus","description":"Responsive multi-page marketing website built with Next.js and Tailwind CSS.","archived":false,"fork":false,"pushed_at":"2026-04-13T19:29:55.000Z","size":1759,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-13T21:20:51.685Z","etag":null,"topics":["frontend","nextjs","portfolio-project","responsive-design","tailwindcss","ui-development"],"latest_commit_sha":null,"homepage":"https://photosnap-multipage-website-swart.vercel.app","language":"TypeScript","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/blordeus.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,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-04-13T19:06:31.000Z","updated_at":"2026-04-13T19:29:59.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/blordeus/photosnap-multipage-website","commit_stats":null,"previous_names":["blordeus/photosnap-multipage-website"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/blordeus/photosnap-multipage-website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blordeus%2Fphotosnap-multipage-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blordeus%2Fphotosnap-multipage-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blordeus%2Fphotosnap-multipage-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blordeus%2Fphotosnap-multipage-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blordeus","download_url":"https://codeload.github.com/blordeus/photosnap-multipage-website/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blordeus%2Fphotosnap-multipage-website/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33883102,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-03T02:00:06.370Z","response_time":59,"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":["frontend","nextjs","portfolio-project","responsive-design","tailwindcss","ui-development"],"created_at":"2026-06-03T22:30:25.912Z","updated_at":"2026-06-03T22:30:26.504Z","avatar_url":"https://github.com/blordeus.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Frontend Mentor - Photosnap Multi-Page Website\n\nThis is a solution to the [Photosnap Multi-Page Website challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/photosnap-multipage-website-nMDSrNmNW). The goal of this project was to build a polished multi-page marketing site that matches the provided designs across mobile, tablet, and desktop.\n\n## Overview\n\nPhotosnap is a responsive marketing website with four core pages:\n\n- Home\n- Stories\n- Features\n- Pricing\n\nThe project focuses on reusable layout patterns, responsive image handling, interactive hover states, and a clean multi-page structure using modern frontend tools.\n\n## Built With\n\n- Next.js\n- TypeScript\n- Tailwind CSS\n- App Router\n- Responsive image assets from the Frontend Mentor challenge\n\n## Features\n\n- Responsive multi-page layout\n- Mobile dropdown navigation menu\n- Shared page hero components\n- Reusable split-section content blocks\n- Story card grid with hover interactions\n- Features grid for home and features pages\n- Pricing toggle for monthly and yearly plans\n- Compare table for pricing features\n- Shared CTA banner\n- Keyboard focus states for accessibility\n\n## Folder Structure\n\n```txt\napp/\n  page.tsx\n  stories/page.tsx\n  features/page.tsx\n  pricing/page.tsx\n\ncomponents/\n  features/\n  layout/\n  pricing/\n  sections/\n  shared/\n  stories/\n\ndata/\nlib/\npublic/\n  assets/\n    icons/\n    images/\n    shared/\n```\n\n## What I Worked On\n\nThis project was built in vertical slices so the layout and reusable UI patterns could be verified early.\n\n### Core implementation areas\n\n- Set up a clean Next.js and Tailwind foundation\n- Organized responsive assets by page and breakpoint\n- Created reusable image helpers for consistent responsive paths\n- Built shared layout pieces like the header, footer, and CTA banner\n- Created reusable story cards and content split sections\n- Added pricing toggle behavior and compare table layout\n- Refined mobile and desktop layouts to better match the design files\n\n## Design and UX Notes\n\nA big part of this build was keeping the UI consistent while switching between layouts across breakpoints. The most important patterns were:\n\n- consistent spacing and typography\n- reusable responsive image handling\n- mobile-first layout decisions\n- keeping hover and focus states intentional\n- avoiding duplicated layout code across pages\n\n## Accessibility\n\nThis build includes:\n\n- semantic page structure\n- keyboard-focus styles for links and buttons\n- accessible button and navigation states\n- readable contrast across light and dark sections\n\n## Screenshots\n\nAdd screenshots here before publishing.\n\n### Desktop\n\n![Desktop screenshot](./screenshots/desktop-home.png)\n\n### Tablet\n\n![Tablet screenshot](./screenshots/tablet-home.png)\n\n### Mobile\n\n![Mobile screenshot](./screenshots/mobile-home.png)\n\n## Links\n\n- Solution URL: [Add Frontend Mentor solution link here](#)\n- Live Site URL: [Add live site URL here](#)\n\n## What I Learned\n\nThis project helped reinforce a few important frontend habits:\n\n- responsive systems are easier to manage when filenames and folder structures stay consistent\n- reusable components reduce rework across multi-page marketing sites\n- layout accuracy often comes down to spacing, proportions, and image behavior more than complex logic\n- interactive polish like hover states, active states, and focus states makes a static site feel much more complete\n\n## Continued Development\n\nIf I revisit this project later, I would focus on:\n\n- refining micro-interactions and transitions\n- tightening any remaining spacing differences against the design files\n- adding more robust accessibility testing\n- reviewing image optimization and performance details\n\n## Useful Resources\n\n- [Next.js Documentation](https://nextjs.org/docs)\n- [Tailwind CSS Documentation](https://tailwindcss.com/docs)\n- [Frontend Mentor](https://www.frontendmentor.io)\n\n## Author\n\n- Frontend Mentor - [@your-frontend-mentor-username](https://www.frontendmentor.io/profile/your-frontend-mentor-username)\n- Portfolio - [Add your portfolio URL here](#)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblordeus%2Fphotosnap-multipage-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblordeus%2Fphotosnap-multipage-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblordeus%2Fphotosnap-multipage-website/lists"}