Skip to content

amulyalovescoding/guess-my-number

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Number Guessing Game Project Using JavaScript

Project Objective

This number guessing game project's main goal is to code a game where the user must guess a randomly generated number from 1 to 20. Depending on the number input, the user receives different messages until they guess the secret number & becomes winner.

Built with

  • DOM manipulations
  • Functions
  • Math.random()
  • Conditionals
  • CSS
  • HTML
  • Confetti API