Skip to content

mkmak2/react-hot-cold

 
 

Repository files navigation

This is a guessing game build on React

Live Link of the App : https://hotandcoldgames.herokuapp.com/

The game goes like this:

  1. The app will pick a random secret number between 1 to 100 and keep it hidden.
  2. User need to guess until they can find the hidden secret number.
  3. A history of the user's guesses.
  4. User will get feedback on how close ("hot") or far ("cold") their guess is.
  5. Uses Shallow and Full DOM Rendering methods for unit tests of React components using Enzyme/Jest test framework.

About

Simple guessing game using React and unit tested with Enzyme/Jest

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 75.2%
  • CSS 15.9%
  • HTML 6.6%
  • Dockerfile 1.6%
  • Shell 0.7%