Instant and 5-day weather application with React.
In this app you can access weather data through a search or by granting location permission.
- Open your terminal and clone the Weather-App repository.
git clone https://github.com/Deta0ne/Weather-App.git
- Navigate to the cloned repository directory using the command:
cd Weather-App
- Install dependencies:
npm install
- Open with editor:
code .
- Write your own api information in the api.js file. And run:
npm run dev
CSS,HTML,Javascript, Vite, React, Tailwind, axios, OpenUV API, OpenWeather API, GeoDB API, i18n


