Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 569 Bytes

README.md

File metadata and controls

35 lines (28 loc) · 569 Bytes

react-iweather

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/

Tech Stack

  • React
  • TypeScript
  • Vite
  • TailwindCSS
  • Zod
  • Axios
  • TanStack Query
  • React Router
  • Framer Motion
  • Fly.io
  • Bun

How-to

  • Clone this repository.

  • Install the dependencies:

bun i
  • Start the development server:
bun dev