ReactWeather app is a simple but slick ReactJS based app that allows you to start your own weather forecast site in a matter of seconds.
This is a `pure` JS app, which means is stateless by design - no backend required. Weather forecast data is provided by OpenWeatherMap, which you will need to grab an API Key from them.
All you need in order to get this baby up is a local development environment with npm installed, if you want to do modifications, and as for the production server, any web server, even a shared one should do the trick.