- Setup Nextjs
-
npx create-next-app@latest ./ √ Would you like to use TypeScript with this project? ... No
√ Would you like to use ESLint with this project? ... No
√ Would you like to use Tailwind CSS with this project? ... No
√ Would you like to usesrc/
directory with this project? ... No
√ Use App Router (recommended)? ... Yes √ Would you like to customize the default import alias? ... No -
next: "13.4.19" or Later
-
Nav & Home Page
-
Photo/[slug] Page
-
Modal Component
-
Auth (login/register) Page
-
Parallel Routes
-
Intercepting Routes
- (.) to match segments on the same level
- (..) to match segments one level above
- (..)(..) to match segments two levels above
- (...) to match segments from the root app directory
- Deploy Vercel
📚 Materials/References: