An open API service indexing awesome lists of open source software.

https://github.com/asifanjum/tempest


https://github.com/asifanjum/tempest

class-variance-authority react redux redux-persist redux-toolkit taiwlindcss

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# 🌦️ Tempest Forecast

A simple and modern weather app built with Vite, React,Redux, Redux Persist, Redux Toolkit, and Tailwind CSS.
Live demo 👉 [tempest-forecast.netlify.app](https://tempest-forcast.netlify.app/)

## 🚀 Features

- 🔍 Search for current and forecasted weather by city
- 📌 Recently searched cities are cached using Redux Persist
- ⚡ Weather API responses are cached using RTK Query for performance
- 📊 Forecast display for searched cities with clean UI

## 🛠️ Technologies Used

- React
- Redux
- Redux Toolkit
- Redux Persist
- Tailwindcss

## 📦 Environment Variables

Create a `.env` file:

```env
VITE_APP_API_URL=your_api_url_here
VITE_APP_API_KEY=your_api_key_here
```

🙏 Thank You!