Weather App (With Backend using PHP & MySQL) 📋 Project Overview The Weather App is a web application that provides real-time weather information for any city around the world. It fetches weather data from the OpenWeather API and stores search history in a MySQL database using PHP as the backend language.
This project demonstrates: Frontend: HTML, CSS, JavaScript Backend: PHP (for handling requests and storing search history) Database: MySQL (for storing city search history)
1️⃣ Prerequisites Make sure you have the following installed: XAMPP or WAMP for running a local server. MySQL for database management. Code Editor (like VS Code or Notepad++).
⚙️Replace your OpenWeather API key in the weather.php file: $api_key = "your_openweather_api_key";
🌐 API Used OpenWeather API: https://openweathermap.org/api