Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 422 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 422 Bytes

Weather App

View Live: https://rodrigo-weather-app.netlify.app/

In this project, I utilize a free weather API to fetch and render all the necessary data on the DOM. To make data requests, I employ the Fetch API and utilize Async/Await for asynchronous operations.

To run the project locally, follow these steps:

Run "npm install" to install the required dependencies. Use "npm run dev" to start the project locally.