An open API service indexing awesome lists of open source software.

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

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.