Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Next.js From Scratch
Rating: 4.5 out of 5(1,907 ratings)
11,512 students

Next.js From Scratch

Build a real-world project using Next.js and MongoDB
Created byBrad Traversy
Last updated 1/2025
English
German [Auto],English [Auto],

What you'll learn

  • Learn The Fundamentals of Next JS
  • Build a Real-World Property Rental Website From Scratch
  • File-Based Routing, React Server Components, Data Fetching, API Routes+
  • Next Auth & Google Provider for Authentication & Authorization
  • Use MongoDB & Mongoose In Server Actions
  • Internal Messaging, Bookmarks, Search, Image Lightboxes, Pagination+
  • Implement Cloudinary for Image Storage & Optimization

Course content

10 sections77 lectures9h 50m total length
  • Welcome To The Course3:05

    Build a real-world Next.js project, property pulse, using server rendered components, file-based routing, server actions, and MongoDB with mongoose, plus Google authentication and Cloudinary.

  • PropertyPulse Project Demo6:05

    Explore Property Pulse, a Next.js rental marketplace demo with Google authentication, MongoDB, Cloudinary images, Mapbox maps, and a bookmarking and messaging system for saved properties.

  • What Is Next.js?6:42

    Explore how Next.js acts as a React framework for building full-stack apps, offering file-based routing, image optimization, seo, api routes, and support for ssr and ssg.

  • Next.js Features5:29

    Explore Next.js features like file-based routing, server components, and server actions, then learn data fetching, API routes, image optimization, and easy deployment with Vercel and Netlify.

  • Environment Setup5:37

    Set up a streamlined Next.js environment using VS Code, Node.js and npm, Git for version control and deployment, React DevTools, and MongoDB Atlas with Compass, plus essential code extensions.

  • Project Theme Files2:36

    Explore the project theme files for Next.js from scratch, highlighting static HTML markup with Tailwind classes. Copy or clone the theme into your JSX workflow for easy integration.

Requirements

  • You should have basic knowledge of JavaScript and React

Description

This is a project based course that will teach you how to use Next.js in the real world. We use the Next.js framework to build a property rental website where users can browse, search and manage property listings.


Next.js is the future of React. Server-side rendered websites and static websites are becoming the norm over single page applications and Next.js allows you to build both with ease. Learning Next will give you a huge advantage when it comes to modern web development.


The project will have the following features:


  • User authentication with Google & Next Auth

  • User authorization

  • Server Actions & Database Interaction

  • Route protection

  • User profile with user listings

  • Property Listing CRUD

  • Property image upload (Multiple)

  • Cloudinary integration

  • Property search

  • Internal messages with 'unread' notifications

  • Photoswipe image gallery

  • Mapbox maps

  • Toast notifications

  • Property bookmarking / saved properties

  • Property sharing to social media

  • Loading spinners

  • Responsive design (Tailwind)

  • Custom 404 page

This course will give you all of the skills that you need to start creating your own full stack Next.js applications.


Here are some of the packages and technologies that we will be using:


  • Next.js 14

  • React

  • Tailwind CSS

  • MongoDB

  • Mongoose

  • Next Auth

  • React Icons

  • Photoswipe

  • Cloudinary

  • Mapbox

  • React Map GL

  • React Geocode

  • React Spinners

  • React Toastify

  • React Share


Who this course is for:

  • People that understand React that want to start building more powerful websites and applications with Next JS