/scorecard-js

🏏 This simple web application is designed to log and display cricket scores.

Primary LanguageCSS

Cricket Scoreboard - Javascript

GitHub license

This simple web application is designed to log and display cricket scores. This application can be used to display scores in local tournaments and matches played between hobbyists.

Demo

You can view a demo of the application here.

How to modify

To modify team names, simply head over to the index.html file and make the following changes in line 16 & 17.

<div id = "teams">
<h1>TEAM 1</h2>  //Change this line
<h1>TEAM 2</h2> //Change this line
</div>

Screenshot

screenshot

Contributing

If you wish to submit improvements to the javascript, or the CSS, then I welcome forks & pull requests.

License

Cricket Scoreboard is released under MIT license.