-
Notifications
You must be signed in to change notification settings - Fork 2
/
about.html
19 lines (16 loc) · 973 Bytes
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<div class="my-5 px-lg-5">
<p style="font-size: 1.5rem;">
<u><b>Noobs Cricboard</b></u> is a free and open-source web application that aims to replace the pan and paper
score counting
tradition for a running cricket match. It offers users to count the score, wickets, and player's stats to keep
track of
the
match ball by ball.<br><br>
This is a single page application developed using vannila javascript, bootstrap5 for designing the user
interface.
The system is still under development, some of the features still need to be added. It is released for beta
testing. Contact me if you find any bug or if you have any suggestion.<br><br>
The code can be found on <a href="https://github.com/mahfuzurrahman98/Noobs-Cricboard" target="_blank">github</a>
<br>Developed By: <a href="https://github.com/mahfuzurrahman98" target="_blank">Md Mahfuzur Rahman</a>
</p>
</div>