This Weather Forecasting Application is built using Node.js for the backend and React.js for the frontend. It provides real-time weather information for any city entered by the user. The application displays various weather metrics such as temperature, condition, humidity, wind speed, visibility, sunrise time, sunset time, current date, and current time.
-
Frontend:
- React.js
- Axios (for API calls)
-
Backend:
- Node.js
- Express.js (for server-side handling)
- Weather API (for fetching weather data)
This application allows users to input a city name and receive detailed weather information. It is user-friendly, providing an intuitive interface for easy access to weather data. The application fetches weather data from a reliable weather API and presents it in a clean, readable format.
- Displays temperature and weather conditions
- Shows humidity and wind speed
- Provides visibility and sunrise/sunset times
- Displays current date and time