From the course: Next.js: Creating and Hosting a Full-Stack Site

Project introduction

- [Narrator] All right, now one last thing before we get started. I wanted to give you an introduction to the project that we'll be building in this course. What we're going to be doing is building a simple e-commerce site that displays all the available products on the site, allows us to view the products in detail, and also allows us to add items to our shopping cart, as well as remove them should we want to do so. So that's what we're going to be building in this course. And as you can see up here in the URL of the browser, we're also going to be hosting this site on Vercel, so that it can be accessed from anywhere. And Vercel is just a really nice platform for deploying Next.js apps. We'll see that in much more detail later on. Let's jump right in and get started building this app.

Contents