My First Angular App

One of the Intermediate Front End Development projects for FreeCodeCamp is to build a Local Weather App, a single page app that uses geolocation and a weather API to show the current weather in a user's location. They recommend using the Open Weather API. Requirements include providing a button that toggles units between Celsius and Fahrenheit and setting a different icon or background image based on weather conditions.

I decided to take things a step further by adding a zip code search and a 5-day forecast along with current conditions. This project was also a great opportunity to take Angular out for a test spin.

Check out the project on CodePen. There are still some things I would love to make better, but it's been a great learning experience. Before I move on to the next project, here are some takeways from this one:

And some things I'm still working on...

Back to Posts