Chapter 13: Tying It All Together
In the last few chapters, we learned about the ways in which our web application can interact with third-party systems. Now, we'll return to our web application and improve the visual aspects of the website to make the user interface modern and more appealing.
First, we'll start by modifying the styles by importing new Cascading Style Sheets (CSS). Then, we'll clean up the index page code and adjust some of the various final elements of the website. By doing this, we're approaching the time to deploy the website.
The main topics that we will cover in this chapter are as follows:
- Gatsby.js layout modifications
- Preparing for deployment