Skip to content

Powered by OpenWeatherMap.org. A big shout out to OpenWeatherMap for this free and easy to use API.

Notifications You must be signed in to change notification settings

Sacsam005/Weather_Application_React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WeatherCast - Find the weather forecast across the globe

WeatherCast is a web-based weather forecasting application created using reactJS from scratch. It provides up-to-date weather information from all over the world, thanks to the OpenWeatherMap API.

A big shout out to OpenWeatherMap for this free and easy to use API.

List of OpenWeatherMap APIs used:

Things that can be considered for future iterations:

  • Work with Google's JavaScript MAP API and places API to enhance and take this to next level. Tried getting the API_KEY from google but failed :(.

Developer's note:

  • I understand the importance of clean, well-organized code, and while this implementation is currently effective and efficient, there is always room for improvement. However, I acknowledge that the code could benefit from some organization and refactoring.

Live Here

Cloning and Modifying a Project

  • Open a terminal window on your computer.
  • Navigate to the directory where you want to clone the project.
  • Clone the project using the following command:

git clone <this repository-url>