Skip to content

anamika8/react-hot-cold

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Releases

No releases published

Packages

No packages published