An open API service indexing awesome lists of open source software.

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.

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
```