Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hinkelman/Shiny-Scorekeeper
Basketball scorekeeper app made with Shiny
https://github.com/hinkelman/Shiny-Scorekeeper
r shiny
Last synced: about 2 months ago
JSON representation
Basketball scorekeeper app made with Shiny
- Host: GitHub
- URL: https://github.com/hinkelman/Shiny-Scorekeeper
- Owner: hinkelman
- License: mit
- Created: 2019-02-23T06:30:19.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-05-24T17:56:11.000Z (8 months ago)
- Last Synced: 2024-08-13T07:15:33.826Z (6 months ago)
- Topics: r, shiny
- Language: R
- Homepage:
- Size: 1.28 MB
- Stars: 16
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - hinkelman/Shiny-Scorekeeper - Basketball scorekeeper app made with Shiny (R)
README
![Shiny Scorekeeper](docs/img/scorekeeper.png)
# Shiny Scorekeeper
Shiny Scorekeeper is a basketball scorekeeper app built with the Shiny web framework for R. The app is a hobby project that I took on as a learning exercise. It is likely only of interest to a small subset of people building Shiny apps.
### Installation
1. Install [R](https://www.r-project.org)
2. Install [RStudio Desktop](https://posit.co/download/rstudio-desktop/)
3. Clone or download this repository
4. Open Shiny-Scorekeeper.Rproj
5. Run the following code to install required packages (only needs to be done once)
```
install.packages(c("shiny", "shinydashboard", "shinyWidgets", "shinyjs", "DT", "dplyr", "tidyr"), dependencies = TRUE)
```
6. Run the following code to launch the app
```
shiny::runApp()
```Instructions for how to use the app are found [here](https://github.com/hinkelman/Shiny-Scorekeeper/blob/master/instructions.md). Background information about the app is found [here](https://github.com/hinkelman/Shiny-Scorekeeper/blob/master/background.md).
![roster](docs/img/roster.png)
![stats](docs/img/stats.png)