Phonebook Overview

Get an overview of the phonebook project and its file structure.

This chapter aims to demonstrate how to build a simple phonebook as a shell REPL in a functional programming style. The goal of this project is to write user-facing command-line software without any frameworks or packages designed to ease the process like hoa and reactphp-stdio. The application showcases ideas discussed throughout the course. ...