mameaw14 / react-hooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Home

  1. Show cover images
  2. Show jokes

Guess Number

  1. Application random 1 number from 1-100
  2. User make a guess
  3. Application give hint, is the user provided number higher or lower than the answer
  4. Make guesses until correct

Challenges

  1. Text Decryption: Implement useTextDecryption https://siriwatknp.github.io/joy-treasury/?path=/story/landing-main-benefit--benefit
  2. Hint History: As a user, I want to see hint history, so I remember what I have guessed.
  3. LeaderBoard: Save username with number of guesses to localStorage. Show Top 5 in game page.
  4. Game Difficulty: Add difficulty to the game. Easy: 1-100, Medium: 1-1000, Hard: 1-10000
  5. Jokes: Show Jokes by fetching from https://official-joke-api.appspot.com/random_ten. Use useFetch custom hook.

About


Languages

Language:JavaScript 66.8%Language:CSS 27.0%Language:HTML 6.3%