Dictionary App

We will refactor a simple dictionary application that uses the Free Dictionary API. The app is built with (vanilla) JavaScript. We will rebuild it with React!

This chapter serves as an introduction to React, a popular JavaScript library for building modern user interfaces.

You can download the original application here, whereas the refactored react-app can be downloaded from here. In addition, a deployed version is here.