We have covered the basic components that we need to have knowledge of in order to build a full-stack JavaScript application. From this point on, we will work on building a whole web application using all of these technologies.
We will be building a movie rating application that will have the following features throughout this book:
- A home page that lists all the movies with other attributes
- There will be an admin section where the administrator will be able to add movies
- The user will be able to log in and sign up
- The user will be able to rate a movie
- There will be a movie profile section where the logged-in user can rate the movie
So, let's get started.