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
- Host: GitHub
- URL: https://github.com/asifanjum/tempest
- Owner: AsifAnjum
- Created: 2025-05-03T06:55:38.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-05-04T04:51:42.000Z (5 months ago)
- Last Synced: 2025-06-15T05:42:03.003Z (4 months ago)
- Topics: class-variance-authority, react, redux, redux-persist, redux-toolkit, taiwlindcss
- Language: TypeScript
- Homepage: https://tempest-forcast.netlify.app/
- Size: 2.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!