Courses

A “Wordle” on Test Driven Development in Vue.js - Test Driven Development - Displaying all guesses

In this lesson, we will be rendering all the guesses the player has submitted so far.

We’ll also create a new component that is responsible for displaying a guess to the screen. This component will be reusable on both the WordleBoard for the past guesses, and in the GuessInput for the guess in progress.

Links