Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alex-dishen/rock-paper-scissors

This game is the first app I built using JS
https://github.com/alex-dishen/rock-paper-scissors

css html5 javascript

Last synced: 19 days ago
JSON representation

This game is the first app I built using JS

Awesome Lists containing this project

README

        

# Rock Paper Scissors
The **Rock Paper Scissors** game is created according to the assignment from **The Odin Project** [course](https://www.theodinproject.com/paths/foundations/courses/foundations).




![Preview](img/rock-paper-scissors.png)

### 🔗 **Live preview** of the project is [here](https://alex-dishen.github.io/rock-paper-scissors/).

## **Outcome:**
* Used **HTML**
* Used **CSS**
* Used **JavaScript**
* Learned how to adapt web pages for smaller devices
* Learned JavaScript conditionals and returns
* Created a 'Robot'. (It's not a robot, just random generation 😄)
* Learned how to show a pop up when something has happened. In this game it's a winner or a tie
* Learned how to position without a FlexBox but just using translate

## **Links**
* See my next [Project](https://github.com/alex-dishen/etch-a-sketch)
* See my previous [Project](https://github.com/alex-dishen/landing-page)