Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 900 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 900 Bytes

Simple React Weather App

React.js - Built with the Open Weather 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

Screenshot React Weather App

Installation

git clone https://github.com/yashserai/simple-react-js-weather-app
cd simple-react-js-weather-app
npm install
npm start

About

Distributed under the MIT license. See LICENSE for more information.

https://github.com/yashserai