Description
In this course, you will :
- Set up and configure a Next.js 15 project from scratch
- Understand the Next.js project structure and file-based routing system using App Router
- Style Next.js applications using CSS Modules for modular and scalable styling
- Optimize images with the Next.js Image component for better performance
- Implement dynamic navigation using the Next.js Link component
- Fetch data from an external API and handle loading and error states effectively
- Learn the difference and when to use client-side and server-side components
- Manage global state in a Next.js application using the Context API
- Import and use Google Fonts to enhance the design of your project
- Build a real-world shopping bag application following best practices