Skip to content

Web app where user inputs letters to guess a word randomly pulled from an API.

Notifications You must be signed in to change notification settings

krzwier/guess-the-word

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

guess-the-word

This is a game app where the user inputs letters to guess a word randomly pulled from an API. It was a course project from the Javascript course in the Skillcrush fast-track developer program.

I went beyond the assignment specifications by practicing TDD as I worked on this project. It took me some time to learn how to write tests for DOM manipulation, but I learned a lot in the process. Test coverage is 100%, including both UI and logic. Tests are written in Jest. I also experimented with Mocha but did not end up using it in the main branch (see mocha branch).

About

Web app where user inputs letters to guess a word randomly pulled from an API.

Topics

Resources

Stars

Watchers

Forks