Skip to content

igorviveirossouza/Score-keeper

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
  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)
  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# Score-keeper

Score-keeper

Score-keeper

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors