Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.