This is a simple weather app that allows a user to keep track of weather data. The site contains a list of cities and user and the temperature of the city.
- Django
- AJAX
- JQuery
- HTML, CSS
- Filtering
- Temperature lookup
- Error checking
By default all cities and all users with be visible but once the user types a name in the user field the site will auto filter to that user.
This allows users to lookup one or more cities using one interface additionally, the page will auto update.
If the user spells the city wrong the program will not allow submission until corrected.