Skip to content

A client created in React.js to display weather information coming from the Open Weather API

License

Notifications You must be signed in to change notification settings

VictorCazaes/WeatherApp

Repository files navigation

WeatherApp

A weather app built with Vite, TypeScript, React.js, Tailwind CSS, and OpenWeatherMap API.

Live Demo

You can check out a live version of this app at https://weather-app-victorcazaes.vercel.app/.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Installing

  1. Clone the repository
git clone https://github.com/VictorCazaes/WeatherApp.git
  1. Install dependencies
npm install
  1. Start the development server
npm run dev

Built With

Development

To deploy this app, you will need to build the production version of the app by running the following command:

npm run build

This will create a dist folder with the optimized and minified version of the app, ready for deployment.

You can then deploy the contents of the dist folder to your desired hosting platform.

Please make sure to have your OpenWeatherMap API key in place before deploying, as the API calls will not work without it.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

A client created in React.js to display weather information coming from the Open Weather API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published