ArthurGC / rock_paper_scissors

Rock, Paper, and Scissors Game using only HTML, CSS3, and JS.

Home Page:https://arthurgc.github.io/rock_paper_scissors/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Rock Paper and Scissors game

Project of recreating a Rock Paper and Scissors game using only HTML, CSS and JS.

From The Odin Project's curriculum.

📸 Screenshots:

Preview: here

🔗 Live preview: here

Built with

Technologies

  • HTML
  • CSS
  • JS

Tools

  • Visual Studio Code
  • Linux terminal
  • Git and GitHub

Outcome

  • Used JS querySelector, createElement, ClassList.add.
  • Used JS SetAttribute, appendChild, textContent.
  • Used CSS3 flex to organize some div containers.
  • Used CSS3 linear-gradient to customize body.
  • Used Git and GitHub for project management.

Summary

What I learned

  • Better knowledge of Git and GitHub.
  • Fair understanding of DOM Manipulation .
  • Comfort use of browser's developer tools.
  • A lot of minor things.

What could be improved

  • I feel that commits were not regular enough.
  • My commit messages are not perfect.
  • It's not responsive, but there was no such requirment so I didn't make it.

Author

👤 ArthurGC

About

Rock, Paper, and Scissors Game using only HTML, CSS3, and JS.

https://arthurgc.github.io/rock_paper_scissors/

License:MIT License


Languages

Language:JavaScript 43.9%Language:CSS 31.2%Language:HTML 24.9%