Basketball Scorecard

This is a solution to the Basketball Scorecard Project from Scrimba's Frontend Developer Career Path.

Table of contents

Overview

The challenge

Users should be able to:

  • View the optimal layout for the site depending on their device's screen size
  • Increase the score of home and guest with their respective buttons.
  • Start a new game to reset scores
  • See the leading team and the losing team

Screenshot

download

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • JavaScript
  • The DOM

What I learned

I learned how to use element.classList property and I also used the add and remove methods that can be used in conjunction with it

Author

Acknowledgments

A big shoutout goes out to my mentor @msarit for introducing me to this Course.