<< HEAD
Description:
Build a weather application that allows users to check the current weather and forecast for a given location. The front-end should be developed using React.js, and the back-end API should be built with Node.js. Integrate with a free weather API for fetching weather data.
- Created a React component for displaying weather information.
- Implemented a form for users to input a location (city or coordinates).
- Display the current weather information (temperature, description, etc.) for the provided location.
- Provided a 5-day weather forecast for the location.
- Used appropriate styling to enhance the user interface.
- You can use an existing
- Used React hooks for state management.
- Used a functional component approach in React.
- Ensure the code is modular and well-organized.
- Implemented basic validation for user inputs.
- Added a feature to switch between Celsius and Fahrenheit for temperature units.
- Implemented geolocation to automatically fetch the weather for the user's current location.
- Allow users to save their favorite locations and view the weather for those locations.
- Added a loading indicator while fetching weather data.
- NodeJS
- API Integration
- HTML, CSS, JavaScript
- ReactJS
Method: GET URL: https://api.openweathermap.org/data/2.5/weather?q={CITY_NAME}&appid={API_KEY}
Touch with me:- https://www.instagram.com/a_n_u_r_a_j_70/
9d4f851a151ea8c7ac8542737b9f9520e2f6987b