React application that can be used to track weather forecast. This project is created for React Staj 2024.
For some reason I couldn't deployed to GH Pages so I decided to use fly.io. See this project in production at: https://react-iweather.fly.dev/
- React
- TypeScript
- Vite
- TailwindCSS
- Zod
- Axios
- TanStack Query
- React Router
- Framer Motion
- Fly.io
- Bun
-
Clone this repository.
-
Install the dependencies:
bun i
- Start the development server:
bun dev