Skip to content

A sleek looking Weather Web app That will tell all you need about the weather around the world

License

Notifications You must be signed in to change notification settings

AndriaSalah/Fluent-Weather

Repository files navigation

Fluent Weather

You can check out the live version at Fluent Weather

Features

  • PWA ready
  • Displays Current and Daily Weather ( 7-day Forecast )
  • Display Current Time based on the current Locale and updates every minute
  • Auto Refresh after 10 mins
  • Location auto-detection , only if Location permission was granted
  • Weather effects (Rain, Snow, Clouds)
  • Address search auto complete using Google's auto complete api

Technologies used

  • React.JS
  • Next.JS
  • TypeScript
  • Tailwind
  • Redux toolkit
  • Sass

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.