Weather Dashboard

This application shows the weather for current day and next 5 days based on the user input city. It uses OpenWeatherApi to get the data to display.
- Knowledge & Skills gained:
- Get data from API and append to bootstrap card
- Generate API key
- Bootstrap grid system
Lost No More - group project


Have you ever visited a city and felt lost, not know what to do? Well feel lost no more. With this user friendly application, you can view a map, top locations, and the forecast of the city searched. It uses OpenWeather API and two Google API's, to retrieve data for the inputed city. As avid travelers, we wanted to create an application that has a map, top sites, and weather.
Installation:
In order to run the top sites for the city. Users must accept the cors proxy from cors-anywhere. At the following url: https://cors-anywhere.herokuapp.com/

- Knowledge & Skills gained:
- Get data from an API call and use for other API call
- Display Data using Append Operator
- Create a Responsive Web App
Work Day Scheduler

The project provides a day planner that gives you the opportunity to add events/meetings on the dashboard. If the event/meeting is in the past, the color will be grey, if it is being present the color will be red, if it is in the feature, the color will be green.
- Knowledge & Skills gained:
- Using local storage to SET and GET data
- Display Data using Append Operator
- Create a Responsive Web App