https://github.com/corey-richardson/yelverton-bowmen-scoreboard
Yelverton Bowmen styled scoreboard that can be used at public community events and "have-a-go" days to record and track top scores.
https://github.com/corey-richardson/yelverton-bowmen-scoreboard
bootstrap css css3 html html5 indexeddb javascript jquery
Last synced: 2 months ago
JSON representation
Yelverton Bowmen styled scoreboard that can be used at public community events and "have-a-go" days to record and track top scores.
- Host: GitHub
- URL: https://github.com/corey-richardson/yelverton-bowmen-scoreboard
- Owner: corey-richardson
- License: mit
- Created: 2023-06-19T10:01:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-05T18:57:20.000Z (12 months ago)
- Last Synced: 2025-02-05T14:40:58.485Z (4 months ago)
- Topics: bootstrap, css, css3, html, html5, indexeddb, javascript, jquery
- Language: HTML
- Homepage:
- Size: 24.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Yelverton Bowmen Score Display
[](https://wakatime.com/badge/user/55c30436-1509-4eb9-9f18-fa9b7c6060c4/project/018e8aec-7a15-4f4a-b460-ea0204844fb0)
The "Give It a Go" Event Score Display System is designed to showcase scores achieved by customers at "give it a go" events and community fêtes. By displaying scores publicly, the system aims to create a sense of competition among participants, encouraging them to keep coming back and engaging with the event.
## Built With
- [Bootstrap](https://getbootstrap.com/)
- [jQuery](https://jquery.com/)As this web application is likely to be used offline, these can't be downloaded via http. As such, I have directly included the files in the `lib` directory. This means the application can be used without internet access.




## License
```
MIT LicenseCopyright (c) 2024 Corey Richardson
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```## Download
To get started, clone or download the files from the GitHub repository. Open the file `index.html`.
1. Clone or download the repository from GitHub
- Download as a ZIP file to your local machine and extract.
- 
- Press **GREEN** *Code* button. Press *Download Zip*.
2. Open `index.html` - this is the main page of the web application.
- ## Usage
1. Upon opening `index.html`, the web application will open in your browser. This is the page where the scoreboard will be displayed.
- 
2. Navigate to the "About" page using the top navigation bar. On this page, information and an image slideshow related to the club is displayed. This can be displayed when customers enquire about the club, or simply during quieter times to advertise to passers by.
- 
3. To add new scores to the leaderboard, navigate to the "Add Score" page. Fill in and submit the form. Upon submission, the page will redirect to the main scoreboard page. Newly submitted scores will flash blue for 3 seconds to make easy to see which score is the customers. Refreshing the page will cause the row to flash again if it is missed the first time.
- 
- 
- 
4. Clicking on the club logo in the top left corner will open the club's website.
5. To access the database, follow Ctrl + Shift + i to access Chrome Developer Tools, then `Application` > `IndexedDB` > `archery_scores` > `scores`. This section can be used to modify entries if needed. Checking `Application` > `Session Storage` > `file://` will display the current `flashId`; the database ID primary key of the most recent entry.
6. To *entirely* clear the database, `Application` > `IndexedDB` > `archery_scores` > `Delete database`. This will delete every entry!