https://github.com/arden-rh/react-weather-app
Weather app in React with data from the OpenWeather API
https://github.com/arden-rh/react-weather-app
api axios axios-react bootstrap react react-typescript school-assignment school-project scss typescript vite
Last synced: over 1 year ago
JSON representation
Weather app in React with data from the OpenWeather API
- Host: GitHub
- URL: https://github.com/arden-rh/react-weather-app
- Owner: arden-rh
- Created: 2023-05-24T17:44:04.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-26T21:07:17.000Z (almost 2 years ago)
- Last Synced: 2025-01-12T10:13:00.225Z (over 1 year ago)
- Topics: api, axios, axios-react, bootstrap, react, react-typescript, school-assignment, school-project, scss, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 769 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Weather App
### 📚 School project
Weather app in React with data from the [OpenWeatherMap API](https://openweathermap.org/api "WeatherAPI - OpenWeatherMap")
## To view in browser (on localhost):
In the react-weather-app folder:
npm i
npm run dev
The user needs to create a .env file and have their own API-key to the API for the app to work as intended.