Skip to content

logicbaselabs/next-starter

Repository files navigation

🚀 Next.js Crash Course — Learn with Sumit

Welcome to the official source code repository for the Next.js Crash Course on YouTube. This crash course is designed to help you get started with Next.js — a powerful React framework for building fast, full-stack web applications.

🎬 Watch the full tutorial: 👉 Next.js Crash Course on YouTube Watch the video


📚 What You’ll Learn

This project covers:

  • ✅ Basics of Next.js 15+ App Router
  • ✅ File-based Routing
  • ✅ Dynamic Routes
  • ✅ Layouts & SEO
  • ✅ Server vs Client Components
  • ✅ Data Fetching: SSR, SSG, ISR
  • ✅ Loading & Streaming
  • ✅ Error handling
  • ✅ API Routes
  • ✅ Styling (CSS Modules / TailwindCSS)
  • ✅ Image & Font optimization
  • ✅ Route groups & Parallel Routes
  • ✅ Authentication with NextAuth
  • ✅ Middleware
  • ✅ Deployment tips

🧑‍💻 Tech Stack


🛠️ Getting Started

Clone the repository:

git clone https://github.com/logicbaselabs/next-starter.git
cd nextjs-starter

Install dependencies:

npm install

Run the development server:

npm run dev

Now open http://localhost:3000 in your browser to see it in action.


🤝 Contribution

This repository is primarily for educational purposes based on the YouTube crash course. Feel free to fork the project, submit issues, or make improvements for your own learning!


🧠 Author

Sumit SahalogicBase Labs 📧 sumit@logicbaselabs.com 🌐 logicbaselabs.com


⭐ Show Your Support

If this crash course helped you, please:

  • ⭐ Star this repo
  • 🍿 Subscribe on YouTube
  • 🧑‍🏫 Share it with others!

About

Source code repository for the Next.js Crash Course in 15 minutes tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published