Simple weather app built with React and OpenWeatherAPI
Take the API from openweathermap.org and replaceAPI KEYinApp.jsxandWeather.jsx.
To run locally, clone the repository and install the dependencies
npm install
Then run the development server
npm run dev
Open http://localhost:5173/ to run the app
