Skip to content

this is a weather app in javascript for a school project

Notifications You must be signed in to change notification settings

saemyyy/weather-checker

Repository files navigation

React Weather App ⛅️

About the Project

This React Weather App is the Subject of a School Project of the BBZ-CFP Biel/Bienne.

Features

  • 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. 💧

How to work on it

  1. 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
  1. 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
  1. 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

About

this is a weather app in javascript for a school project

Topics

Resources

Stars

Watchers

Forks