https://github.com/tapascript/next-quotes
A Next.js App to show famous quotes built using Parallel Routes and Route Interceptor
https://github.com/tapascript/next-quotes
intercepting-routes next next-router nextjs nextjs13 nextjs14 parallel-routes react-portal tailwindcss
Last synced: 16 days ago
JSON representation
A Next.js App to show famous quotes built using Parallel Routes and Route Interceptor
- Host: GitHub
- URL: https://github.com/tapascript/next-quotes
- Owner: tapascript
- Created: 2024-03-19T06:26:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-20T13:50:24.000Z (about 1 year ago)
- Last Synced: 2025-04-12T13:12:04.914Z (16 days ago)
- Topics: intercepting-routes, next, next-router, nextjs, nextjs13, nextjs14, parallel-routes, react-portal, tailwindcss
- Language: JavaScript
- Homepage: https://youtu.be/v02LJJMz_sc
- Size: 1.29 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## How to Build a Shreable Modal Content with Intercepting Routes and Parallel Routes from the Next.js App Router?
The source code in this repository has been used to teach a Next.js topic.
## Please find the video here:
## 🫶 Support
Liked it? You can show your support with a STAR(⭐).### Many Thanks to all the `Stargazers` who have supported this project with stars(⭐)
[](https://github.com/tapascript/next-quotes/stargazers)
### Sponsor My Work
I am an independent educator who creates meaningful projects to teach programming. You can support me further by [sponsoring me on GitHub](https://github.com/sponsors/atapas).
## Running the app locally
First, install the dependencies
```bash
npm install
# or
yarn
#or
pnpm install
```Then, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
### The Quote List Page
### The Modal
## Learn More
To learn more about Next.js, take a look at the following resources:
- [Full Stack With Next.js App Router](https://www.youtube.com/watch?v=VSB2h7mVhPg&list=PLIJrr73KDmRwz_7QUvQ9Az82aDM9I8L_8) - A Next.js App Router Playlist
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.