Weather Forecast
jQuery - JavaScript - HTML - CSS
Weather Forecast is an application that displays the current weather and three day forecast. Utilizing the Timeline Weather API from Visual Crossing Weather, the user can search for any location by "City, State(or)Country". The application accounts for the local time zone of the location being displayed, regardless of the user's location & local time zone.
Further Development
• The user can search for location by zip code in the United States.
• User able to view 3-day, 5-day or 10-day forecast in bottom half of the application.
• Able to favorite at least one location.
Disappearing Squares Game
JavaScript - jQuery - HTML - CSS
Click each box to make it disappear before time runs out! Don't stress out too much--if a clicked box is touching any neighbors of the same color, they all will dissapear as a group. The user gets 1 point if a single box is clicked, or 2 points for every box of the same color that disappears as part of a group. Don't get comfy though, the time assigned for each run gets shorter with each successive round!
Further Development
• Refine the recursive function used to check if any neighbors of a clicked box are the same color.
• Have a "HIGH SCORES" screen at the end of each game where the user can input a name alongside their score (ala old school arcade games).
• Have the number of boxes assigned in the grid increase with each successive round.