A weather app that provides you with accurate and up-to-date weather information, powered by OpenWeather API.
- Easy-to-use interface
- Detailed weather forecasts
- Powered by OpenWeather API for reliable and accurate weather data
You can either run the project locally on your machine or simply visit the live version of the app:
https://weather.patrykpenczek.pl
If you want to run the project locally on your machine, you will need:
- A web browser
- An internet connection
- Node.js
- Yarn or npm
To install the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/patryk-penczek/weather-app.git - Navigate to the project directory:
cd weather-app - Install the dependencies:
yarn installornpm install - Start the development server:
yarn startornpm start - Open your browser and visit
http://localhost:3000to view the app
- HTML
- CSS
- Tailwind CSS
- JavaScript
- React
- Vite
- OpenWeather API
This project is licensed under the ISC license.