In this chapter, we learned about how we can build web applications entirely from scratch in Koa. We also learned how to implement session-based authentication, implement views, and handle forms for various purposes.
You can decide to expand on the current app and implement things such as custom error handling, logging, and even the delete action for posts.