FitBot — Messenger Bot

Languages: JavaScript, Node.js

Using what I had learned in a Node.js tutorial, I made this chatbot with a team of 3.

Click for more info

Infix Expression Parser

Languages: C++

Created a program that parses mathematical expressions

Click for more info

Fraction Visualizer

Languages: C++(SFML)

Created a program portrays fractions in a new perspective

Click for more info

x

FitBot — Messenger Bot





With the sudden popularity of Chatbots, a team of 3 and I created this chatbot that acts as a personal gym assistant. I personally worked with the Google Places API to provide user's with GoodLife Gym Locations and their respective ratings. I also added a "Workout" feature where a user can add, modify, or delete a workout they may have learned. Stored each "workout" as an object to better help the user access their workouts based on muscle groups.

Languages:

JavaScript, Node.js

x

Infix Expression Parser





I was very interested in making a calculator parser and had read that one must convert to postfix notation. One of my coworkers challenged me to strictly keep the expression in infix notation. I came up with a clever algorithm and was able to teach myself the basics of C++ while doing so.

Languages:

C++

x

Fraction Visualizer





After watching a TED talk on Mathematics and Philosophy, which talked about viewing things in a different perspective, I was inspired to create this project. I was able to recreate an animation that was shown in the talk and am now able to see beatiful patterns drawn out by any fraction.

Languages:

C++(SFML)