2025-03-22

Introduction

This is my final assignment pitch for the Shiny application.

It was created on marzo 22, 2025.
The application helps users calculate their weight on different planets based on gravity.

The Problem

Many people are curious about how their weight would change on other planets,
but don’t have a simple tool to explore this interactively.

My app solves this with an easy interface and live calculations.

The App

  • Built with Shiny
  • Uses planetary gravity
  • Interactive input: weight (kg) + planet selection
  • Output: live table with calculated weight
##    Planet Gravity
## 1    Mars    0.38
## 2 Jupiter    2.34
## 3   Venus    0.91