Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 688 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 688 Bytes

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