From 62d2e6ca1c63eafcef4047ab70dfecccc16764d1 Mon Sep 17 00:00:00 2001 From: unstoppableayush Date: Fri, 23 Feb 2024 21:35:19 +0530 Subject: [PATCH] Folder renamed , into to nextjs and file routing about next js --- .../first/.eslintrc.json | 0 .../first/.gitignore | 0 .../first/README.md | 0 .../first/app/about/page.js | 0 .../first/app/contact/page.js | 0 .../first/app/favicon.ico | Bin .../first/app/globals.css | 0 .../first/app/layout.js | 0 .../first/app/page.js | 0 .../first/components/Navbar.js | 0 .../first/jsconfig.json | 0 .../first/next.config.mjs | 0 .../first/package-lock.json | 0 .../first/package.json | 0 .../first/postcss.config.js | 0 .../first/public/next.svg | 0 .../first/public/vercel.svg | 0 .../first/tailwind.config.js | 0 18 files changed, 0 insertions(+), 0 deletions(-) rename NextJS/{121_Into_to_NextJS => 121_Intro_to_NextJS}/first/.eslintrc.json (100%) rename NextJS/{121_Into_to_NextJS => 121_Intro_to_NextJS}/first/.gitignore (100%) rename NextJS/{121_Into_to_NextJS => 121_Intro_to_NextJS}/first/README.md (100%) rename NextJS/{121_Into_to_NextJS => 121_Intro_to_NextJS}/first/app/about/page.js (100%) rename NextJS/{121_Into_to_NextJS => 121_Intro_to_NextJS}/first/app/contact/page.js (100%) rename NextJS/{121_Into_to_NextJS => 121_Intro_to_NextJS}/first/app/favicon.ico (100%) rename NextJS/{121_Into_to_NextJS => 121_Intro_to_NextJS}/first/app/globals.css (100%) rename NextJS/{121_Into_to_NextJS => 121_Intro_to_NextJS}/first/app/layout.js (100%) rename NextJS/{121_Into_to_NextJS => 121_Intro_to_NextJS}/first/app/page.js (100%) rename NextJS/{121_Into_to_NextJS => 121_Intro_to_NextJS}/first/components/Navbar.js (100%) rename NextJS/{121_Into_to_NextJS => 121_Intro_to_NextJS}/first/jsconfig.json (100%) rename NextJS/{121_Into_to_NextJS => 121_Intro_to_NextJS}/first/next.config.mjs (100%) rename NextJS/{121_Into_to_NextJS => 121_Intro_to_NextJS}/first/package-lock.json (100%) rename NextJS/{121_Into_to_NextJS => 121_Intro_to_NextJS}/first/package.json (100%) rename NextJS/{121_Into_to_NextJS => 121_Intro_to_NextJS}/first/postcss.config.js (100%) rename NextJS/{121_Into_to_NextJS => 121_Intro_to_NextJS}/first/public/next.svg (100%) rename NextJS/{121_Into_to_NextJS => 121_Intro_to_NextJS}/first/public/vercel.svg (100%) rename NextJS/{121_Into_to_NextJS => 121_Intro_to_NextJS}/first/tailwind.config.js (100%) diff --git a/NextJS/121_Into_to_NextJS/first/.eslintrc.json b/NextJS/121_Intro_to_NextJS/first/.eslintrc.json similarity index 100% rename from NextJS/121_Into_to_NextJS/first/.eslintrc.json rename to NextJS/121_Intro_to_NextJS/first/.eslintrc.json diff --git a/NextJS/121_Into_to_NextJS/first/.gitignore b/NextJS/121_Intro_to_NextJS/first/.gitignore similarity index 100% rename from NextJS/121_Into_to_NextJS/first/.gitignore rename to NextJS/121_Intro_to_NextJS/first/.gitignore diff --git a/NextJS/121_Into_to_NextJS/first/README.md b/NextJS/121_Intro_to_NextJS/first/README.md similarity index 100% rename from NextJS/121_Into_to_NextJS/first/README.md rename to NextJS/121_Intro_to_NextJS/first/README.md diff --git a/NextJS/121_Into_to_NextJS/first/app/about/page.js b/NextJS/121_Intro_to_NextJS/first/app/about/page.js similarity index 100% rename from NextJS/121_Into_to_NextJS/first/app/about/page.js rename to NextJS/121_Intro_to_NextJS/first/app/about/page.js diff --git a/NextJS/121_Into_to_NextJS/first/app/contact/page.js b/NextJS/121_Intro_to_NextJS/first/app/contact/page.js similarity index 100% rename from NextJS/121_Into_to_NextJS/first/app/contact/page.js rename to NextJS/121_Intro_to_NextJS/first/app/contact/page.js diff --git a/NextJS/121_Into_to_NextJS/first/app/favicon.ico b/NextJS/121_Intro_to_NextJS/first/app/favicon.ico similarity index 100% rename from NextJS/121_Into_to_NextJS/first/app/favicon.ico rename to NextJS/121_Intro_to_NextJS/first/app/favicon.ico diff --git a/NextJS/121_Into_to_NextJS/first/app/globals.css b/NextJS/121_Intro_to_NextJS/first/app/globals.css similarity index 100% rename from NextJS/121_Into_to_NextJS/first/app/globals.css rename to NextJS/121_Intro_to_NextJS/first/app/globals.css diff --git a/NextJS/121_Into_to_NextJS/first/app/layout.js b/NextJS/121_Intro_to_NextJS/first/app/layout.js similarity index 100% rename from NextJS/121_Into_to_NextJS/first/app/layout.js rename to NextJS/121_Intro_to_NextJS/first/app/layout.js diff --git a/NextJS/121_Into_to_NextJS/first/app/page.js b/NextJS/121_Intro_to_NextJS/first/app/page.js similarity index 100% rename from NextJS/121_Into_to_NextJS/first/app/page.js rename to NextJS/121_Intro_to_NextJS/first/app/page.js diff --git a/NextJS/121_Into_to_NextJS/first/components/Navbar.js b/NextJS/121_Intro_to_NextJS/first/components/Navbar.js similarity index 100% rename from NextJS/121_Into_to_NextJS/first/components/Navbar.js rename to NextJS/121_Intro_to_NextJS/first/components/Navbar.js diff --git a/NextJS/121_Into_to_NextJS/first/jsconfig.json b/NextJS/121_Intro_to_NextJS/first/jsconfig.json similarity index 100% rename from NextJS/121_Into_to_NextJS/first/jsconfig.json rename to NextJS/121_Intro_to_NextJS/first/jsconfig.json diff --git a/NextJS/121_Into_to_NextJS/first/next.config.mjs b/NextJS/121_Intro_to_NextJS/first/next.config.mjs similarity index 100% rename from NextJS/121_Into_to_NextJS/first/next.config.mjs rename to NextJS/121_Intro_to_NextJS/first/next.config.mjs diff --git a/NextJS/121_Into_to_NextJS/first/package-lock.json b/NextJS/121_Intro_to_NextJS/first/package-lock.json similarity index 100% rename from NextJS/121_Into_to_NextJS/first/package-lock.json rename to NextJS/121_Intro_to_NextJS/first/package-lock.json diff --git a/NextJS/121_Into_to_NextJS/first/package.json b/NextJS/121_Intro_to_NextJS/first/package.json similarity index 100% rename from NextJS/121_Into_to_NextJS/first/package.json rename to NextJS/121_Intro_to_NextJS/first/package.json diff --git a/NextJS/121_Into_to_NextJS/first/postcss.config.js b/NextJS/121_Intro_to_NextJS/first/postcss.config.js similarity index 100% rename from NextJS/121_Into_to_NextJS/first/postcss.config.js rename to NextJS/121_Intro_to_NextJS/first/postcss.config.js diff --git a/NextJS/121_Into_to_NextJS/first/public/next.svg b/NextJS/121_Intro_to_NextJS/first/public/next.svg similarity index 100% rename from NextJS/121_Into_to_NextJS/first/public/next.svg rename to NextJS/121_Intro_to_NextJS/first/public/next.svg diff --git a/NextJS/121_Into_to_NextJS/first/public/vercel.svg b/NextJS/121_Intro_to_NextJS/first/public/vercel.svg similarity index 100% rename from NextJS/121_Into_to_NextJS/first/public/vercel.svg rename to NextJS/121_Intro_to_NextJS/first/public/vercel.svg diff --git a/NextJS/121_Into_to_NextJS/first/tailwind.config.js b/NextJS/121_Intro_to_NextJS/first/tailwind.config.js similarity index 100% rename from NextJS/121_Into_to_NextJS/first/tailwind.config.js rename to NextJS/121_Intro_to_NextJS/first/tailwind.config.js