A coding challenge to portray my practical skills given a real-world problem.
#1 Problem definition The main objective of this project is to create a simple HOURLY weather forecast app.
The end user simply adds the latitude and longitude for a given place and get the weather forecast for that day at that location (6am to 6pm).
React 18
This application uses the Weather Forecast API to fetch the hourly temp, wind, cloud cover, and relative humidity levels.
#2. Installation and setup
-
First clone this repository to your local machine using
https://github.com/mongare70/cwf
-
cd into the cwf folder and run
npm install
. -
Run
npm start
to start development server.
#4. Usage The following screencast shows how to run the app. Check it out: