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

https://github.com/kaplanh/guess-the-number


https://github.com/kaplanh/guess-the-number

css3 dom-manipulation html5 javascript logical-operators

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Guess the Number with JS

[Click me!]( https://kaplanh.github.io/Guess-the-Number/)

![Guess the number](https://user-images.githubusercontent.com/101884444/172874197-cadbd4bb-e3fb-46bc-89d2-14b6dfef529b.gif)

## Description

The project aims to create a Guess the Number Game using JS.

## Problem Statement

- Your company has recently started on a project that aims to create a Guess the Number Game. So you and your colleagues have started to work on the project.

## Project Skeleton

```
Guess-the-Number (folder)
|
|----readme.md
|----index.html
|----style.css
|----app.js
|----img (folder)
|----voices (folder)

```

### At the end of the project, following topics are to be covered;

- HTML
```
-
- Restart
-
```

- CSS

- flexbox
- @media queries
- -Nexted Css
```

h1:{
transition: scale 1.02s;
&:hover{
scale: 1.2;
}
}
```

- JS
- DOM Manipulations
- DOM Selectors
- Events
- addEventListener("event",(event)=>{})
- Functions(Math.floor(Math.random() * 100 + 1) //1 <= x < 100 )
- if else - if - else conditions
- Logical operators && and ||

### At the end of the project, developers will be able to;

- improve coding skills within HTML, CSS and JS

- use git commands (push, pull, commit, add etc.) and Github as a Version Control System.

## Notes

- You can use HTML, CSS and JS to complete this project.

Happy Coding