This is a simple Vite app built with React. It is designed to be fast and lightweight, making use of the latest web technologies.
To get started with this app, follow these steps:
- Clone the repository to your local machine:
git clone https://github.com/Ousbaiy/Weather-app.git
- Install the dependencies:
cd Weather-app
npm install
- Start the development server:
npm run dev
This will start the development server and open the app in your default browser. The app will automatically reload whenever you make changes to the code.
npm run build
This will create a production-ready build of the app in the dist directory. You can then deploy the app by serving the dist directory with a static file server.
- Vite: A lightweight, fast, and opinionated web development build tool.
- React: A JavaScript library for building user interfaces.
- OpenWeatherMap API : The OpenWeatherMap API allows you to retrieve current weather data.
- Tailwind CSS: A utility-first CSS framework for rapid styling.
This app is licensed under the MIT License. See the LICENSE file for more information.