
Weather Now was created as a personal project to deepen my knowledge of React.js and practice asynchronous data fetching from external APIs. The project followed my completion of a "React Fundamentals" course. I chose the OpenWeather API, a widely used industry standard, to provide the data. The application utilizes JSON formatting, which is the modern standard for web development.
The application is built with React.js and focuses on delivering essential weather information in a clean, user-friendly format.
Key Features:
While the application is conceptually straightforward, it provided valuable practice in reading API documentation and handling asynchronous requests. The project strengthened my understanding of React state management and the process of transforming raw JSON data into a seamless user experience.
Links and resources:

Landing Page

Desktop version

Mobile version in warm weather

Mobile version in cold weather