This React Weather App is the Subject of a School Project of the BBZ-CFP Biel/Bienne.
- Input Field, to look up desired location. 💬
- Interactiv Assets, that adjust on the Weather-Type. 🌆
- Weather-Type Text that shows what kind of Type the Weather is, e.g. Clear. 🌡️
- Windspeed Text, that Checks the speed of the Wind in m/s, converts and shows it in km/h. 💨
- Humidity, where the Humidity is shown in percent. 💧
- If you want to use this code you can
cd(in Terminal) to a fitting location and write/copy-paste following command
git clone https://github.com/saemyyy/weather-checker.git
- After cloning the Repo you can open the Project VSC and a New Terminal In the new Terminal you type following command to run the React App on a Server (where you can view live changes and use the app)
npm run dev
- If it gives out an error you might have to install vite. Use following command in the VSC command line
npm install vite
run 2. again and start using the App by entering a location and checking the weather
Please keep in mind that the app doesn't work without an api key