
Build interactive websites with Next.js, React, and Leaflet by creating a real estate marketplace with an interactive map and mortgage calculator, plus sentiment analysis and a pie chart.
Explore building interactive websites with Next.js, React, and Leaflet through ten chapters, from map-based real estate listings and mortgage calculators to sentiment analytics and testing.
Identify the target audiences: web developers, UI UX designers, and tech entrepreneurs, who learn interactive maps with React, Next.js, and Leaflet.js.
Explore essential tools, IDEs, and JavaScript libraries for building interactive websites with Next.js, React, and Leaflet, including pop ups, sentiment analysis, and data visualization.
Learn the fundamentals of Next.js, a React-based framework for fast, SEO-friendly apps with file-based routing, server-side rendering, code splitting, and built-in API routes.
Set up a real estate marketplace project with Next.js, React, and Leaflet, create a folder structure and components, and implement a map, filters, and a mortgage calculator.
Explore state management and property data structures for a real estate marketplace in Next.js, including client-side rendering, component imports, hard-coded listings, and submission handling.
Build tab navigation and a vertical layout using flexbox, with a centered button bar and conditional leaflet map and sidebar for marketplace, mortgage calculator, and list property pages.
Build an interactive map with Leaflet in a Next.js app by rendering markers, popups, and filters for price, type, bedrooms, and bathrooms, plus a mortgage estimate.
Build a client-side mortgage calculator in a Next.js course, using React state to compute the maximum loan based on 28% of monthly income, and show monthly payments, tax, and insurance.
Builds an interactive property search filter with a price range slider, property type dropdown, and bedrooms and bathrooms inputs, updating the map automatically.
Create a client-side Next.js React property listing form using useState to manage address, price, type, bedrooms, bathrooms, latitude, longitude, and contact email, with a submit handler updating the map.
Welcome to Building Interactive Websites with Next JS, React, Leaflet course. This is a comprehensive project based course where you will learn how to build real estate marketplace and customer feedback analytics websites using Javascript, HTML, and CSS. This course is a perfect combination between web development and web design, making it an ideal opportunity to practice your programming skills while improving your technical knowledge in Javascript. In the introduction session, you will learn the basic fundamentals of Next JS, such as getting to know its use cases, technical limitations, and main features. Then, in the next section, we will start the first project. We are going to build a real estate marketplace website using Next JS and Leaflet JS, This website will have three main features. The first feature is an interactive map that displays property listings using Leaflet JS, where each property is represented by a clickable marker showing detailed information such as price, address, number of bedrooms and bathrooms, property type, and contact details, all rendered dynamically with React. The second feature is a built in mortgage calculator developed with plain JavaScript that allows users to input their income and loan terms to estimate the maximum property price they can afford, along with a clear breakdown of monthly payments including mortgage principal, taxes, and insurance. The third feature is a user friendly property listing form created using React and HTML, where users will be able to submit new property listings by entering details like location, price, property type, and contact information, then it will be instantly added to the map without reloading the page. Afterward, in the second project, we are going to build a customer feedback analytics website using Next JS. This website will also have three main features. The first feature allows users to manually type in a customer feedback through a simple text input form, once submitted, the system will process the text and instantly determine whether the sentiment is positive, negative, or neutral, using a sentiment analysis function facilitated by Javascript library. The second feature enables users to upload a CSV file containing multiple customer feedbacks, where the system will automatically analyze each feedback, assign sentiment labels, and display the results in a well structured format with clear summaries and visual highlights. The third feature presents a dynamic pie chart, built using a charting library, that visualizes the proportion of positive, negative, and neutral feedback, helping users quickly interpret the overall sentiment trends across all analyzed customer data. Lastly at the end of the course, we will conduct testing to make sure the websites are fully functioning and all logics have been implemented correctly, we will be focusing on two testing objectives, performance testing and functional testing.
Firstly, before getting into the course, we need to ask these questions to ourselves, why should we build websites using Next JS and React? Well, here is my answer. Next JS and React provide strong foundations for building fast, interactive, and modern web applications with clean code structure and strong developer support. By using these technologies, you can take advantage of features like automatic routing, reusable components, and seamless client side interactions, which make development more efficient. Most importantly, they allow you to deliver a smoother user experience, which is essential when building websites that involve real time interaction and dynamic content like maps and data visualization.
Below are things that you can expect to learn from this course:
Learn the basic fundamentals of Next JS, such as getting to know its use cases, technical limitations, and main features
Learn how to build real estate marketplace website using Next JS, React, and Leaflet JS
Learn how to build customer feedback analytics website using Next JS and React
Learn how to create state management and property data structure
Learn how to create tab navigation and layout structure
Learn how to create and integrate interactive map using Leaflet
Learn how to create mortgage calculator
Learn how to build property search filter
Learn how to create property listing form
Learn how to create customer feedback analytics page layout
Learn how to create text input form
Learn how to create function for performing sentiment analysis
Learn how to create functions for uploading data and parsing CSV file
Learn how to visualise sentiment analysis data using pie chart
Learn how to conduct functional and performance testing