Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kennedymwavu/google-form
Mimicking a Google form with R Shiny
https://github.com/kennedymwavu/google-form
Last synced: 24 days ago
JSON representation
Mimicking a Google form with R Shiny
- Host: GitHub
- URL: https://github.com/kennedymwavu/google-form
- Owner: kennedymwavu
- License: gpl-3.0
- Created: 2021-06-19T10:32:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-02T13:13:40.000Z (over 2 years ago)
- Last Synced: 2024-10-28T04:59:35.285Z (2 months ago)
- Language: R
- Homepage: https://mwavu.shinyapps.io/google-form/
- Size: 42 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mimick a Google form with Shiny
The website allows users to enter some info & stores it using persistent storage just like a google form would.
Live app here: [Mimick-google-form](https://mwavu.shinyapps.io/google-form/)
This was my first shiny application, created while I was learning shiny from [Dean Attali's blog](https://deanattali.com/2015/06/14/mimicking-google-form-shiny/). All credit goes to him.