A weather app built with Vite, TypeScript, React.js, Tailwind CSS, and OpenWeatherMap API.
You can check out a live version of this app at https://weather-app-victorcazaes.vercel.app/.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Clone the repository
git clone https://github.com/VictorCazaes/WeatherApp.git- Install dependencies
npm install- Start the development server
npm run dev- Vite - The web development build tool
- TypeScript - A typed superset of JavaScript
- React.js - A JavaScript library for building user interfaces
- Tailwind CSS - A utility-first CSS framework
- OpenWeatherMap API - An API for weather data
To deploy this app, you will need to build the production version of the app by running the following command:
npm run buildThis 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.
This project is licensed under the MIT License - see the LICENSE.md file for details.