https://github.com/devjubayr/gallery
Next.js parallel routes and Intercepting project
https://github.com/devjubayr/gallery
Last synced: 6 days ago
JSON representation
Next.js parallel routes and Intercepting project
- Host: GitHub
- URL: https://github.com/devjubayr/gallery
- Owner: devjubayr
- Created: 2025-11-02T06:18:43.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-11-02T07:53:20.000Z (9 months ago)
- Last Synced: 2026-07-16T02:34:23.355Z (6 days ago)
- Language: JavaScript
- Size: 721 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js Parallel routes and Intercepting routes Project
This project will render some images on the root page and user can interact with the images following way.
### Requirements
- If a user click (client side navigation) one of the image then show modal with the image.
- But, If the user enters the link of the image (may be user share the link in social media) then show it in a dynamic route page with the clicked image.