Ousbaiy / Weather-app

Weather app using React Tailwind and openweathermap api

Home Page:https://ousbaiy.github.io/Weather-app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather App

This is a simple Vite app built with React. It is designed to be fast and lightweight, making use of the latest web technologies.

Getting Started

To get started with this app, follow these steps:

  1. Clone the repository to your local machine:
git clone https://github.com/Ousbaiy/Weather-app.git
  1. Install the dependencies:
cd Weather-app
npm install
  1. 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.

Building and Deploying

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.

Technologies Used

  • 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.

License

This app is licensed under the MIT License. See the LICENSE file for more information.

About

Weather app using React Tailwind and openweathermap api

https://ousbaiy.github.io/Weather-app/


Languages

Language:JavaScript 91.4%Language:HTML 7.5%Language:CSS 1.1%