Projects


...
Work Day Scheduler

This is a day scheduler for an entire work day, It has dedicated blocks for each hour to save the agenda for that particular time frame. The header has the display for current day and date. Each hour block is color coded based on the current working time. If the hour block is in the past the background color of the text-input is white. If the hour block is in the current hour, then the background color is set to red. If the hour block is in the future, the background color is set to green as an indication that it is available.

gitHub

...
Weather Forecast

This is an App created to give the user flexibility to know the current weather conditions along with the 5-day forecast using openweather App API. The end point is created using certain query parameters along with the api key. When the user search for weather information on a certain city , it is added to a list in the left navigation for future reference. Current Day forecast along with a 5-day forecast is shown on the right container of the page The background-color of the UV index represent the intensity of it. Green for low UV Index,Orange for Moderate UV Index,Red for Intense UV Index The search history remains on the page even after page re-load

gitHub

...
Activity Planner

This was the first group project for the UW Coding Bootcamp. For this project we were simply given a set of requirements that our application needed to meet, but we were given creative control over the design and functionality of the application. Among the criteria were: being interactive, using at least two APIs, using a CSS framework other than Bootstrap, and using client-side storage to store persistent data. Our group chose to make an application named !Bored. This application would access your current location and pull the current weather data. Based on the weather data, the application would recommend that you do an indoor or outdoor activity. The application pulls local events from a Ticketmaster API and presents those to the user. It also pulls local Points of Interest from Triposo. The user then has the option to save these events or points of interest for access later.

gitHub