An open API service indexing awesome lists of open source software.

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

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.