It's a weather app, that fetches data from an API and displays todays weather as well as five forecasted days. You are also able to find your current location with the geolocation function or search for desired location.
We've used scetchboard to plan our features and design. We also used it to update each other on progress, and list desired ideas.
When a problem came up we used google, stackoverflow and Technigo's on-call-support to find the solution, e.g. we wanted to display our five days forecast in a grid but our forEach method stacked the grid items on top of each other in one grid item. We solved this by taking away our grid container and items and instead display them with innerHTML and flexbox.