Welcome to my Weather App, built with React! This application provides real-time weather data using the weatherapi.com API. It incorporates custom hooks and the Context API for efficient state management. Data visualizations are created with Recharts, while the sleek, responsive design is crafted with Tailwind CSS.
- 🌡️ Real-time weather data
- 🔄 Custom hooks for efficient state management
- 📊 Interactive data visualizations using Recharts
- 💅 Sleek and responsive design with Tailwind CSS
- Frontend: React
- State Management: Context API
- Data Visualization: Recharts
- Styling: Tailwind CSS
- Clone this repository.
- Install the required dependencies by running
npm install
. - Start the development server with
npm run dev
.
- 🏙️ Enter the city name to get the current weather conditions.
Contributions are welcome! Feel free to open issues and pull requests.