Fitness Tracker

Mongo DB / Javascript / HTML / CSS / Jquery

Code Problem

Create a full stack web application using mongo db to track exercises and give statistics on workouts entered by the user.

My Solution

I built out the interactions between the database and the browser. This includes dynamically rendering the calculations from the user inputs. I also created all interactions between the browser and the database for when the user adds information to the database.

Biggest Challenge

As the first full stack application I built, I found the interactions between the database and the front end to be a challenge.