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
- Clone or download this repository
- Open Shiny-Scorekeeper.Rproj
- 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)
- 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.