https://github.com/konstantinmuenster/simple-react-js-weather-app
A simple weather app that allows you to get current weather information, based on the city you enter.
https://github.com/konstantinmuenster/simple-react-js-weather-app
javascript open-weather-map-api reactjs weather-app
Last synced: about 1 month ago
JSON representation
A simple weather app that allows you to get current weather information, based on the city you enter.
- Host: GitHub
- URL: https://github.com/konstantinmuenster/simple-react-js-weather-app
- Owner: konstantinmuenster
- License: mit
- Created: 2019-07-21T17:37:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T01:54:07.000Z (12 months ago)
- Last Synced: 2025-02-27T00:11:47.221Z (about 2 months ago)
- Topics: javascript, open-weather-map-api, reactjs, weather-app
- Language: JavaScript
- Homepage:
- Size: 689 KB
- Stars: 55
- Watchers: 1
- Forks: 28
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple React Weather App
> React.js - Built with the [Open Weather API](https://openweathermap.org/api)A simple weather app that allows you to get current weather information, based on the city you enter.
I created this small project for an article I wrote on Medium.[Medium: How To Plan And Organize A React Project - By Building A Weather App](https://medium.com/@konstantin.muenster/how-to-plan-and-organize-a-react-project-by-building-a-weather-app-95175b11bd01)
[Live Demo](https://konstantinmuenster.github.io/simple-react-js-weather-app/)

## Installation
```sh
git clone https://github.com/konstantinmuenster/simple-react-js-weather-app
cd simple-react-js-weather-app
npm install
npm start
```## About
Konstantin Münster – [konstantin.digital](https://konstantin.digital) – [[email protected]](mailto:[email protected])
Distributed under the [MIT](http://showalicense.com/?fullname=Konstantin+M%C3%BCnster&year=2019#license-mit) license.
See ``LICENSE`` for more information.[https://github.com/konstantinmuenster](https://github.com/konstantinmuenster)