This project includes a weather forecast application that pulls weather data from the last 16 days using the Weatherbit API and visualizes this data on a chart. Users can view detailed weather data of the relevant day by clicking on the minimum and maximum temperature values on the table.
To run the project, you will need the following software and tools:
- Node.js (comes with npm)
This project makes use of the following technologies:
- React.js
- Chart.js
- PureCSS
- Weatherbit API
1.Clone the project:
git clone https://github.com/erencansev/weather-forecast.git
2.Navigate to the project directory:
cd weather-forecast
3.Install dependencies:
npm install
4.Run the application in development mode:
npm start