The weather app project is a dynamic and user-friendly web application that uses React.js to retrieve current and 5-day weather forecasts for various cities around the world. The app allows users to search for a city by name and view its weather conditions, including temperature, humidity, wind speed, and description of the current weather.
(You can delete the files Search.jsx, Time.jsx, search.css, time.css and public/icons folder because they have been covered in Maindata.jsx itself, and icons replaced by lucide-react icons)
Changes made
Fixes #13
Screenshots
Light mode
Dark mode
Files added
Files updated
(You can delete the files Search.jsx, Time.jsx, search.css, time.css and public/icons folder because they have been covered in Maindata.jsx itself, and icons replaced by lucide-react icons)
Do let me know if any changes are required!