Skip to content

React-Redux word game tested with Jest & Enzyme // Try to guess the 5-letter secret word! // Individual project

Notifications You must be signed in to change notification settings

sssgordon/jotto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✏️ Jotto ✏️

⚠️ Since the app is deployed on heroku for free it sleeps by default, so give it some time to wake up 😉

Jotto webpage

What this project is about

This jotto game demonstrates my execution of test-driven development (TDD) using Jest and Enzyme on React and Redux.

Jotto is a word game where the player tries to guess the 5-letter secret word 🔒 After every attempt, the app will tell the player the amount of letters in the guessed word matching the secret word. For example, if the secret word is "party" and the guessed word is "train", the app will tell you that 3 letters are matching ("a", "r", "t").

Have a go and good luck!

Table of contents

Technologies used

  • Jest
  • Enzyme
  • Axios
    • Moxios
  • check-prop-types
  • React
  • Redux
    • Redux Thunk
  • JSDoc
  • Bootstrap

Goals for this project

👀👇 Click links to view some samples in this project 👇👀

The main goals are to implement unit and/or integration testing for:

Random word server repository

For this app to work, we need to make a get request to a Random Word Server (credits to Bonnie Schulkin).

In order to deploy the server to heroku, I cloned a server repo on my own. This is where the random words are coming from.

Credits

The app is modelled after Bonnie Schulkin's course on Udemy. She is an absolute joy to listen to because of her boomer jokes on millennial trends! 💀

About

React-Redux word game tested with Jest & Enzyme // Try to guess the 5-letter secret word! // Individual project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published