MaheshPrbahu1 / R-Shiny-Login

R Shiny Login App template with Login functionality

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

✅ R-Shiny-Login-Template

R Shiny App template with Login functionality

Motivation

To jumpstart the application development process, I can use this template to start working on the core functionality.

Contents

This repository contains files to run the R Shiny App which has login functionality

Features

  • This template is made on R Shiny framework
  • Implements Login functionality
  • User's with different login privileges can login to different dashboards
  • End user can either login to admin dashboard or user dashboard depending on their credential
  • The UI interface is modularized in components for code simplicity
  • The app.R shows the order of code execution and launched the app

How to Install

  • Download the code files
git clone https://github.com/PawanRamaMali/R-Shiny-Login.git 

How to Run

  • Run the app.R file

FAQs

What is a R Shiny ? ?

Shiny is an R package that makes it easy to build interactive web apps straight from R. You can host standalone apps on a webpage or embed them in R Markdown documents or build dashboards. You can also extend your Shiny apps with CSS themes, htmlwidgets, and JavaScript actions.


Contributing

PR's are welcome !

Found a Bug ? Create an Issue.

Chat on Slack


Like this project ?

Leave a ⭐ If you think this project is cool.


Author

Licence

About

R Shiny Login App template with Login functionality

License:MIT License


Languages

Language:R 95.2%Language:CSS 3.9%Language:JavaScript 0.9%