/react-weather-app

React Single Page Web App to Get Weather // Practice

Primary LanguageJavaScript

Weather App

This quick WeatherFinder app is built on React and fetches real-time weather information from openweathermap's Public API.

Features

  • Search a location anywhere in the world
  • Fetches from external API
  • Displays the temperature and weather conditions
  • Single page app

To Do:

  • Fix Error Messages
  • Add an option to switch from Fahrenheit to Celsius quickly
  • Add more styling

Technologies

Project is created with:

  • React 16.9.0
  • React-dom 16.9.0
  • Bootstrap 3.3.7

Installation Instructions

To run this app, fork this repo and follow the steps below:

$ cd .../weather-web-app
$ npm install
$ npm start

Visit your local server, http://localhost:3000

Contributing

This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The repo is available as open source under the terms of the MIT License.

Copyright (c) 2019 Annie Phan