// Your name:Chris Wells-Hott
// Date Revised: 12/13/2024
// Exercise or Lab name Weather App Sprint Day 5
// Brief Description of what you did. I replicated a weather app figma that fetches data from openweather api and displays the data on the website my app has a favorites list and the user can delete items from the favorites list. i also implimented local storage so if the user returns back to the page the data will resume where the user left off. // You can add multiple dates with description:12/6-13/2024
// Person who Peer Reviewed your assignment Andrew Sayasing: Everything that's there seems to work. Other than local storage (which you said you'd fix) it works all works. I like the switch statements. Minor issue with the favorite button being toggled on click but np at all