Skip to content

hinkelman/Shiny-Scorekeeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shiny Scorekeeper

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
  2. Install RStudio Desktop (optional)
  3. Clone or download this repository
  4. Navigate to directory with the repository
  5. 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")
  1. 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.

roster

stats

About

Basketball scorekeeper app made with Shiny

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages