You have done a lot of development on your local machine, working with JavaScript directly in the browser and then using frameworks like Angular and React to develop applications that rely on data from the server. Now that you have an understanding of what it is like to work with larger applications, you can move these applications from your laptop to a server to be seen by everyone.
For this example, you are going to use JSONPlaceholder as the source of your data and focus on the front-end development.
In earlier chapters of this book I discussed how to use Git as a way of keeping ...