Portfolio


Tech Blog

CMS-style blog site similar to a Wordpress site, where developers can publish their blog posts and comment on other developers’ posts as well.

View Github View Project

eCommerce Backend

Project provides the back end for an e-commerce site by modifying starter code. Configured Express.js API to use Sequelize to interact with a MySQL database.

View Github

Weather Dashboard

Used JavaScript to call REST APIs to create a weather dashboard that provides users with current and future weather forecasts. The dashboard also saves the users search history, which can be retreieved when browser is closed.

View Github View Project

First Portfolio Design

This is my first attempt at creating this website for the uPenn Coding Bootcamp. I was experiementing with Bootstrap and learning as I went along.

View Github View Project

Ultimate Sports Tracker

A web app that allows sports enthusiasts to find data, facts, events, shopping, etc. around their favorite sports.

View Github View Project

JavaScript Quiz

This quiz was designed using javascript. This quiz will challenge the user on the knowledge about the iconic Simpson animated sitcom.

View Github View Project

Work Day Scheduler

A calendar app that saves notes to specific time, and can be retreieved when browser is closed. Additionally, the schedule will change color depending on the time of day you look at it. I incorported the moment.js library to work with the current time to make the display more dynamic.

View Github View Project

JavaScript Password Generator

A randomized password generator created using javascript.

View Github View Project