Learn Vue JS course Learn Javascript and Vue JS Learn VueJS course Learn VueJS Tutorial

A “Wordle” on Test Driven Development in Vue.js

Get access to the most comprehensive Vue.js video library in the world. Over 300 video lessons including the newest Vue 3 features.

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