Weather forecast app
Deployed to https://gentle-fjord-39622.herokuapp.com/
Just input a city name, and you should get a fancy widget displaying the current weather forecast for that location.
-
Build a webservice with PHP, to consume an external API.
-
Use AJAX to send requests to the webservice.
-
Process and render the results on the view.