https://github.com/suptarr/numberguesser
In this project, I’ll write JavaScript functions to power a small guessing game.
https://github.com/suptarr/numberguesser
css html javascript
Last synced: 3 months ago
JSON representation
In this project, I’ll write JavaScript functions to power a small guessing game.
- Host: GitHub
- URL: https://github.com/suptarr/numberguesser
- Owner: SupTarr
- Created: 2023-09-18T12:36:54.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-19T12:10:01.000Z (almost 3 years ago)
- Last Synced: 2026-04-30T06:32:53.651Z (3 months ago)
- Topics: css, html, javascript
- Language: JavaScript
- Homepage: https://suptarr.github.io/numberGuesser/
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Number Guesser
## About The Project
This project was completed as part of `Codecademy's Career Path - Front-End Engineer`. In this project, you’ll write JavaScript functions to power a small `guessing game`. Your code will run in the browser instead of the terminal, and you can use your browser’s console to help you test your functions and view any syntax errors.
## Technologies
This project was created with:
- HTML5
- CSS3
- JavaScript
- Git, GitHub and GitHub Pages
## Installation
### Run Locally
Clone the project
```sh
git clone https://github.com/SupTarr/numberGuesser.git
```