https://github.com/faresbrayek2/weather-app-vitejs
A weather app built with React and ViteJS that allows users to search for the current weather in a specific location using OpenWeatherMap API.
https://github.com/faresbrayek2/weather-app-vitejs
openweathermap openweathermap-api vitejs vitejs-react weather weather-app
Last synced: 26 days ago
JSON representation
A weather app built with React and ViteJS that allows users to search for the current weather in a specific location using OpenWeatherMap API.
- Host: GitHub
- URL: https://github.com/faresbrayek2/weather-app-vitejs
- Owner: faresbrayek2
- Created: 2023-02-18T15:33:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-22T11:07:15.000Z (over 3 years ago)
- Last Synced: 2025-08-31T20:52:48.940Z (9 months ago)
- Topics: openweathermap, openweathermap-api, vitejs, vitejs-react, weather, weather-app
- Language: JavaScript
- Homepage: https://weather-2023.netlify.app/
- Size: 204 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Weather App
A simple weather application that allows you to check the weather in any location.
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*
---
Node.js installed on your machine
Yarn package manager
Installing
Clone the repository to your local machine
```
git clone https://github.com/faresbrayek2/Weather-App-Vitejs.git
```
Go to the project directory
```
cd Weather-App-Vitejs
```
Install the required packages
```
yarn install
```
Start the development server
```
yarn run dev
```
Open your browser and go to http://127.0.0.1:5173/ to see the app in action.
*Built With*
------
React
Vite.js
Font Awesome
OpenWeatherMap API
*Contributing*
---
Feel free to submit a pull request if you want to contribute to the project.
*License*
---
©2023 FaresBrayek