Weather App, which includes API intergration to display live data for different cities. Code includes functions to display the current time and date. Simple CSS componates that compliment each other and a button

Live demo of the weather app is available here.
- Search for weather data by city name.
- Display temperature in both Celsius and Fahrenheit.
- Fetch live weather data using a specified API.
- Display 5 extra days of weather data.
How to install and set up your project.
-
Clone the repository:
git clone https://github.com/Lorriu/Lorriu.github.io.git
-
Navigate to the project directory:
cd Lorriu.github.io -
Install dependencies:
npm install
- Open the app in your web browser. (Link)
- Enter the name of a city in the search bar.
- Click the "Search" button to fetch weather data.
- Toggle between Celsius(°C) and Fahrenheit(°F) using the buttons.
To contribute to this project:
- Fork the repository on GitHub.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Submit a pull request with a clear description of the changes.
This project is not licensed and was created for practice purposes only, this application should not be used for commercial purposes.