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.
You can view a demo of the application here.
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>
If you wish to submit improvements to the javascript, or the CSS, then I welcome forks & pull requests.
Cricket Scoreboard is released under MIT license.