From the course: React: Creating and Hosting a Full-Stack Site

Project introduction

"

- All right, so as I stated in the intro to this course, what we're going to be doing here is building a full stack blog application. And this is going to involve several pages such as the homepage and the about page. And we're also going to learn how to do things like load articles and display them. And then we're going to see how to allow users to up vote our articles by clicking an up vote button and add comments to our articles by using the add comment form that we'll build. And of course, we're going to be seeing how to let users log in and out of our application so that we can keep track of who users are when they add comments, and make sure that users can only add a certain number of up votes to each of our articles. So that's what we're going to be building in this course. So without further ado, let's jump right in and start building the front end in React.

Inhalt