Skip to content

ArthurGC/rock_paper_scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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