**Design a weather app to show the current weather for the city searched. **Add a 5 day forecast for said city. **Bootstrap CSS **Add an image of the working app
✔✔ Use the OpenWeather One Call API to retrieve weather data for cities. Read through the documentation for setup and usage instructions. You will use localStorage
to store any persistent data.
This homework is graded based on the following criteria:
-
Satisfies all of the above acceptance criteria plus the following:
✅✅* Uses the OpenWeather API to retrieve weather data.
✅✅* Uses
localStorage
to store persistent data.
✅✅* Application deployed at live URL.
✅✅* Application loads with no errors.
✅✅* Application GitHub URL submitted.
✅✅* GitHub repository that contains application code.
✅✅* Application user experience is intuitive and easy to navigate.
✅✅* Application user interface style is clean and polished.
✅✅* Application resembles the mock-up functionality provided in the homework instructions.
✅✅* Repository has a unique name.
✅✅* Repository follows best practices for file structure and naming conventions.
✅✅* Repository follows best practices for class/id naming conventions, indentation, quality comments, etc.
✅✅* Repository contains multiple descriptive commit messages.
✅✅* Repository contains quality readme file with description, screenshot, and link to deployed application.
✅✅Image of site (https://github.com/hlbrown/WeatherApp/blob/main/assets/weatherApp.JPG) ✅✅URL live site (https://hlbrown.github.io/WeatherApp/) ✅✅URL of Github repo (https://github.com/hlbrown/WeatherApp)
You are required to submit BOTH of the following for review:
-
The URL of the functional, deployed application.
-
The URL of the GitHub repository. Give the repository a unique name and include a readme describing the project.