Weather application - search (country, city or village) and it will show you: (temperature, name of the location you are looking for and the weather outside, humidity, wind speed, pressure)
First of all install all npm packages with the command:
npm run dev
First, run the development server with the command:
npm run dev
# or
yarn dev
Open the address http://localhost:3000 in your browser to see the result