383 Weather App (Group 6)

Authors

Documentation

Please check the Open Weather api Documentation

Installation

  • Please clone the repository

  • Install the required npm dependencies

  npm i
  • Run the app on the local server
  npm start

The App

Our single page application is built using React and fetches data from the Open Weather Api.

The main functionality we wanted to offer is an overview of the weather for the week ahead with the possibility of expanding a date to show more detailed information.

Our main focus with this project was offering a smooth user journey through a simple and intuitive UI.