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.
- Install R
- Install RStudio Desktop (optional)
- Clone or download this repository
- Navigate to directory with the repository
- From the R console, run the following code to install required packages (only needs to be done once)
install.packages(c("shiny", "bslib", "shinyWidgets", "reactable", "DT", "dplyr", "tidyr", "markdown", "remotes",), dependencies = TRUE)
remotes::install_github("hinkelman/scorekeepeR")
- Run the following code to launch the app
shiny::runApp()
Instructions for how to use the app are found here. Background information about the app is found here.