Summary
In this chapter, we’ve learned about the project we’ll be working on throughout the book: Awesome Analytics. Although its data is gibberish, Awesome Analytics is a realistic example we can use to practice our CSS Grid skills and shows us how to create complex user interfaces with CSS Grid.
We’ve practiced the basic rules of CSS Grid with our first task of implementing the page layout and a self-arranging grid for the chart boxes and have satisfied all the stakeholders. Our result looks just like the mockups. To achieve this result, we’ve used grid areas, sizing keywords, and the repeat
function, and we’ve altered grid flow and added rows automatically. In the following chapters, we’ll further build upon this knowledge and create even more complex user interfaces.
Since we know the repository, we know how to navigate through the code base and which tools we’ll use in the next chapter.
The next chapter will show you how...