Data originally from this Kaggle dataset.
- Get the project on your git profile/machine
- Shiny stuff
- Add a drop down list for users to select which store
- Add a drop down list for users to select which product
- Create a plot of the selected time series
- Add a date range selection to filter time series
- Do something fancy
- See: http://shinyapps.dreamrs.fr/shinyWidgets/
- See:
plotlypackage - See: imagination
- Look into other options besides our plain
fluidPagefor the UInavbarPage()sidebarLayout()
- Look into putting all your input widgets into an
inputPanel() - Show revenue by week instead of units
- maybe give user option of what to plot
- Deploy your app to be on the internet!!! 😱😱😱
- Push your changes up to GitHub
- You just made a mini porfolio project, make it's homepage (this README file) look nice and approachable.
- Add a screenshot or gif to the README
- Add a little summary of what it does
- Add whatever you'd like!