Skip to content

valeian3/weatherapp

Repository files navigation

React Vite Weather application EXAMPLE project

NodeJS React TS Tailwind

A fully functional EXAMPLE project written with React, Vite, TypeScript, Tailwind and TanStack Query

This project showcases a modern weather app built with React, Vite, TypeScript, Tailwind CSS and TanStack Query. It highlights how to create a scalable and efficient application using these cutting-edge technologies. Ideal for learning and reference, this example demonstrates best practices in web development with a focus on performance and design.

  • search
  • debounce search
  • utilizing weather api

Visuals of the app

Coming soon...

How to install / setup project

  1. clone this project
  2. make sure to have node and npm installed
  3. navigate to project root and install dependencies via npm install
  4. run project locally by npm run dev
  5. open browser on provided port

For developers

Coming soon...

Find a bug?

Instruction on how to follow up with pull request coming soon...

Known issues (Work in progress)

This project is still ongoing. Project is meant for training and finding best practices for constructing new project.