Weather Forecast App This project is a Weather Forecast Application built using pure JavaScript and SCSS (Sass). The app provides weather forecasts for three consecutive days: today, tomorrow, and the day after tomorrow. It leverages a weather API database to retrieve weather information and offers search functionality for obtaining temperature data specific to a country.
Features Displays weather forecasts for today, tomorrow, and the day after tomorrow. Utilizes a weather API database to fetch real-time weather data. Offers the ability to search for temperature information in a specific country. Technologies Used JavaScript: The primary programming language used for the app's logic and functionality. SCSS (Sass): A CSS preprocessor that enhances code maintainability and provides a more efficient styling workflow. Weather API: Utilized to fetch weather data for accurate forecasts. How to Use Clone the repository to your local machine. Open the index.html file in a web browser to access the Weather Forecast App. Use the provided interface to view weather forecasts for today, tomorrow, and the day after tomorrow. Feel free to explore and utilize the app to stay updated with weather forecasts in your desired location!
Feel free to customize and adapt this to your specific project's details and style preferences.