Skip to content

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

Notifications You must be signed in to change notification settings

Anuraj4/React-Weather-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

<< HEAD

React-Weather-App

======= image

React-Weather-App🌤🌤

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.

Front-end Addition🎨

  1. Created a React component for displaying weather information.
  2. Implemented a form for users to input a location (city or coordinates).
  3. Display the current weather information (temperature, description, etc.) for the provided location.
  4. Provided a 5-day weather forecast for the location.
  5. Used appropriate styling to enhance the user interface.
  6. You can use an existing

Additional Consideration:

  1. Used React hooks for state management.
  2. Used a functional component approach in React.
  3. Ensure the code is modular and well-organized.
  4. Implemented basic validation for user inputs.

Features:

  1. Added a feature to switch between Celsius and Fahrenheit for temperature units.
  2. Implemented geolocation to automatically fetch the weather for the user's current location.
  3. Allow users to save their favorite locations and view the weather for those locations.
  4. Added a loading indicator while fetching weather data.

Technologies Used⚒️

  1. NodeJS
  2. API Integration
  3. HTML, CSS, JavaScript
  4. ReactJS

API INFO

Method: GET URL: https://api.openweathermap.org/data/2.5/weather?q={CITY_NAME}&appid={API_KEY}

AUTHOR

Touch with me:- https://www.instagram.com/a_n_u_r_a_j_70/

9d4f851a151ea8c7ac8542737b9f9520e2f6987b

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published