Shiny Application and Reproducible Pitch

Riya Sutaria
16/12/2020

Introduction

The Simple Shiny Application with basic functionalities is built here. It has two functionalities:

  • Palindrome
  • Fibonacci Sequence

User Interface

alt text alt text alt text

Application Usage

The user can traverse through the application through the sidebar meanu. In the palindrome section the user can check if a word is palindrome or not by entering the word in the input feild. In the Fibonacci section the user needs to enter the position of the element of fibonacci sequence they want to see. After the submit button is pressed the user will get the element at that position.