Project
What is the weather like today? So many of us, consciously or unconsciously make quite a number of decisions based on the weather conditions, such as the choice of clothing,when to perform which tasks in a day, what kind of food to eat and at which temperature,e.t.c. Imagine having a weather app that gives you reliable weather details.Introducing my Weather App project, built using React,Tailwind CSS,JavaScript and the Open Weather API. This app allows users to enter a location in the search field and fetches the current weather data for that location, including temperature,weather condition,wind speed and other relevant information. Built with a clean and modern UI,it features a responsive design that allows users to access it on any device. The app is also integrated with Tailwind CSS, which helps ensure consistendt styling through out the app.One of the key challenges in building this app was handling asynchronous API calls and managing the app's state using React's hooks.To overcome this,I used React's built-in useEffect hook to fetch data asynchronously.Overall, this fetch weather app is a showcase of my skills in buildingresponsive and data-driven web applications and I'm excited to present it as part of my portfolio.
Technologies
Back