Web Development
I am passionate about making tools that solve problems, improve efficiency, or make life more enjoyable. I have found that a powerful way to do this is through software and web development.
This webpage contains links to several web applications that I have created. For more information on each application, and to view my full portfolio, checkout my GitHub account.
MVC Burgers is a SQL database of delicious burgers. You can make and devour burgers with this Node application that is deployed to Heroku.
burger
Heads or tails? This application uses JavaScript math functions to simulate random events like rolling dice or flipping a coin.
math_randomThis weather application calls the OpenWeather API and displays a current and five-day forecast for a searched city.
weather_dashboard
Not sure what to eat for dinner? Decider Diner gives meal or restaraunt suggestions based on user responses. This mobile-friendly application calls the Spoonacular and Zomato APIs.
Dine-Decider
This daily planner saves hourly events to localStorage. It features a day and night mode which dynamically updates the css styling with the click of a button.
day_planner
This notepad is a server application that allows a user to get, post, and delete notes to a list. It utilizes Express.js to set up the server, and is deployed to Heroku.
express_notepad