Weatherly is a simple, user-friendly application that provides users with the current day's maximum and minimum temperatures, as well as a detailed hourly forecast for the next 24 hours.
- React 18
- TailwindCSS with headlessui
- React-Query
- Axios
- Zustand with Immer
- react-i18next
- Vitest
- Clone the repository and navigate to the project directory:
- Install the Dependencies
pnpm install
- Build the Project
pnpm run build
- Run the Project ๐
pnpm run preview
- Run the Tests ๐งช
pnpm test