https://github.com/jahnen/calendar
Create your custom monthly calendar
https://github.com/jahnen/calendar
calendar reactable rstats shiny shinyjs shinyscreenshot shinywidgets
Last synced: over 1 year ago
JSON representation
Create your custom monthly calendar
- Host: GitHub
- URL: https://github.com/jahnen/calendar
- Owner: jahnen
- Created: 2025-01-04T05:51:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-04T06:28:24.000Z (over 1 year ago)
- Last Synced: 2025-01-04T07:31:11.001Z (over 1 year ago)
- Topics: calendar, reactable, rstats, shiny, shinyjs, shinyscreenshot, shinywidgets
- Language: R
- Homepage: https://jhkim.shinyapps.io/calendar/
- Size: 119 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Minimal calendar
Minimal calendar is R Shiny application to generate monthly calendar.
Inspired from [Neatnik's Calendar](https://neatnik.net/calendar/?year=2025)
## ✨ Features
- Generate monthly calendar

- Use custom image

- Adjusting size of fonts

## How to use
-  Deployed app with [shinyapps.io](https://jhkim.shinyapps.io/calendar/)
- Copy R code, and run it
## Dependencies
- [reactable](https://github.com/glin/reactable/)
- [tidyverse](https://github.com/tidyverse)
- [shinyscreenshot](https://github.com/daattali/shinyscreenshot)
- [shinyjs](https://github.com/daattali/shinyjs)
- [shinyWidgets](https://github.com/dreamRs/shinyWidgets)