Skip to main content
CF

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

2h 48m 45s
English
Paid

A “Wordle” on Test Driven Development in Vue.js is a 18-lesson 2 hours 48 minutes self-paced course by Vue School. In this hands-on course, you will learn to write applications using Test-Driven Development (TDD) by building a clone of the Wordle game from scratch.

Course facts

Lessons
18
Duration
2 hours 48 minutes
Level
All levels
Language
English
Updated
Instructor
Vue School
Price
Premium

In this hands-on course, you will learn to write applications using Test-Driven Development (TDD) by building a clone of the Wordle game from scratch. This course covers Vue.js 3, Composition API, Vitest, and Vue Test Utils. Key topics include the Red-Green-Refactor loop, crafting resilient tests, using test generators, working with mocks and spies, and essential refactoring techniques. It's suitable for developers at all levels, even those new to testing.

Additional

https://github.com/vueschool/A-Wordle-on-Test-Driven-Development-in-Vue.js

Who teaches A “Wordle” on Test Driven Development in Vue.js? Vue School

Vue School thumbnail

Vue School (vueschool.io) is a Greece-based Vue.js training platform founded by Alex Kyriakidis, an early Vue community member and one of the longest-running independent Vue educators. Vue School operates as both an on-demand course platform and a Vue / Nuxt consulting business, with course material that often emerges from real client engagements.

Course material covers the full Vue ecosystem: Vue 3 fundamentals through advanced Composition API patterns, Nuxt 3 production deployment, Pinia state management, Vue Router, the testing track with Vitest, TypeScript with Vue, real-time features with Pusher / WebSockets, and the broader full-stack Vue work. Vue School also publishes the popular Mastering Pinia course in collaboration with Pinia's author Eduardo San Martín Morote.

The CourseFlix listing under this source carries over 30 Vue School courses spanning that range. Material is paid; Vue School runs on per-course or membership pricing on the original platform. Courses are aimed at Vue developers from beginner through senior level building production Vue applications.

What lessons are included in A “Wordle” on Test Driven Development in Vue.js?

This is a demo lesson (10:00 remaining)

You can watch up to 10 minutes for free. Subscribe to unlock all 18 lessons in this course and access 10,000+ hours of premium content across all courses.

View Pricing
0:00
/
#1: What is TDD and how it helps us write better software?
All Course Lessons (18)
#Lesson TitleDurationAccess
1
What is TDD and how it helps us write better software? Demo
04:06
2
Different types of tests
08:45
3
Preparing your environment
10:47
4
Our first Red
11:48
5
Refactor via extractions
11:00
6
Defining the rules for Word of the day
12:46
7
Tests as documentation
13:17
8
Handling Player Input
13:27
9
Fixing bugs and writing regression tests
11:36
10
Flexible tests and the freedom to change code
10:07
11
Allowing players to make multiple guesses
09:39
12
Displaying all guesses
08:46
13
Disabling controls when the game is over
05:19
14
Let’s add a bit more styling
04:49
15
Providing hints after each submission - Part 1
09:41
16
Providing hints after each submission - Part 2
10:51
17
Visual Regression Tests
09:39
18
Course Conclusion
02:22
Unlock unlimited learning

Get instant access to all 17 lessons in this course, plus thousands of other premium courses. One subscription, unlimited knowledge.

Learn more about subscription

What courses are similar to A “Wordle” on Test Driven Development in Vue.js?

Frequently asked questions

What prior knowledge is required before taking this course?
The course is designed for developers at all levels, including those new to testing. While familiarity with JavaScript and basic web development concepts might be beneficial, the course does not require prior experience with Vue.js, TDD, or testing frameworks. It begins with foundational concepts like setting up your environment and understanding the basics of Test-Driven Development.
What will I build during the course?
Throughout the course, you will build a clone of the Wordle game. This involves implementing game features such as handling player input, allowing multiple guesses, displaying all guesses, and providing hints after each submission. The project serves as a practical application of Test-Driven Development using Vue.js.
Who is the target audience for this course?
The course is suitable for developers at all levels, from beginners to more experienced coders who are new to testing. It is particularly useful for those interested in learning how to apply Test-Driven Development practices using Vue.js and related testing tools.
What specific tools and technologies are covered in this course?
This course covers Vue.js 3, the Composition API, Vitest, and Vue Test Utils. These tools are utilized to implement Test-Driven Development practices, such as the Red-Green-Refactor loop, crafting tests, and using mocks and spies.
How does this course compare in depth and scope to other TDD courses?
This course focuses specifically on Test-Driven Development using Vue.js by building a Wordle clone. It emphasizes practical application of TDD principles, including defining game rules, handling input, and writing regression tests. The course also covers advanced topics like test generators and visual regression tests, making it a specialized course for those interested in applying TDD within the Vue.js ecosystem.
What topics are not covered in this course?
The course does not cover advanced Vue.js topics outside the scope of Test-Driven Development, such as Vue Router or Vuex for state management. It focuses strictly on TDD practices and the development of a Wordle clone using specific testing tools and techniques.
What is the expected time commitment to complete this course?
The course consists of 18 lessons. While the exact runtime is not specified, students should allocate time for both learning and hands-on practice, especially when working through the process of building the Wordle clone and applying TDD techniques. The practical nature of the course may require additional time for coding exercises and experimentation.