🌦️🌈🌤️🌡️
Welcome to the Weather App, developed by Aviv Daniel! This application is built using React, React Router, Redux Toolkit, and Tailwind CSS with Webpack 5. It allows you to search for the weather forecast and current weather of cities around the world. You can also save your favorite cities, which will be stored in the local storage of your browser.
🌍 Search for a city in the world and get its forecast and current weather. 📌 Add a city to favorites, which will be saved in the local storage. 🎨 Responsive design with Tailwind CSS.
To get started with the Weather App, follow these steps:
- Clone the repository:
git clone https://github.com/avivdaniel/weather-app.git
- Install dependencies:
yarn install
- Copy the
.env.example
file and rename it to.env
. - In the
.env
file, replaceYOUR_API_KEY
with your Accuweather API key. You can obtain an API key by signing up on the Accuweather website.
To start the development server, run the following command:
yarn dev