Example of Infrastructure Inventory App built in Shiny with R:
https://a6jxta-kate-adamczyk.shinyapps.io/Shiny_Inventory/
This project was developed as part of my Data Science Degree, specifically for the Programming in R course. I saw this as an opportunity to tackle a real-life challenge I face at work: managing an infrastructure inventory.
Requirements:
Required R packages:
- shiny - For building interactive web apps
- DT - For rendering interactive data tables
- bslib - For responsive and customizable themes
- shinydashboard - For a modular and user-friendly UI"),
- dplyr - For data manipulation"),
- ggplot2 - For creating static visualizations"),
- idyr"- For data cleaning and reshaping")