A weather application consuming Open Weather Map API with React. The app presents the current weather and forecast data for any location.
The following tools were used to build this project:
Before start, make sure you've met the following requirements:
- You have Node.js installed;
- You have NPM or YARN installed;
- You have a code editor installed (e.g. Visual Studio Code).
After installing the requirements, follow these steps to run the application on your computer:
- Open the project folder on cmd;
- Run
npm install
oryarn
; - Run
npm start
oryarn start
.
You can make the desired changes in the application and view them in the browser localhost.
The application has the following features:
- A search component to search any location that you want to know weather data;
- Presents the current and the feels like temperature, further a one week weather forecast, for the search location;
In an upcoming update, it would be interesting to add:
- Temperature variations in the same day;
- More informations such as humidity, wind and alerts.
Made with ❤️ by Giulia Tondin 👋 Get in touch!