> For the complete documentation index, see [llms.txt](https://tutorial.specian.co.uk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tutorial.specian.co.uk/frontend/conclusion.md).

# Conclusion

Let's review what we covered:

* Organise files between pages and components while keeping related files close to each other.
* How to use Styled Component
* Send queries and mutations to the GraphQL API and display the results
* Manage form inputs
* Write tests
* Generate types to keep backend and frontend in sync.
