Welcome to my simple Weather Forecast Application! This application provides real-time weather information for different cities around the world. You can search for a city and retrieve its name, temperature in Celsius, and whether it is cloudy or sunny.
I wanted something my grandmother could use that was simple and easy to use for someone that was from a different time and wasn't very tech savvy
- Search for weather forecasts by city name.
- Retrieve the name, temperature in Celsius, and weather condition (cloudy or sunny) for the specified city.
- Responsive design for seamless user experience on different devices.
To use the Weather Forecast Application, follow these steps:
- Clone the repository:
git clone https://github.com/ItsRobertoBorges/weather-forecast.git
- Open the project in your preferred code editor.
- Install the necessary dependencies:
npm install
- Start the application:
npm start
- Launch the application in your web browser.
- Enter the desired city name in the search bar.
- Click the "Search" button to retrieve the weather forecast.
- View the city name, temperature in Celsius, and weather condition displayed on the screen.
- Explore additional features and functionalities.
Contributions are welcome! If you have any ideas, suggestions, or bug fixes, please submit a pull request. For major changes, please open an issue first to discuss the proposed changes.
This project is licensed under the MIT License.
For any inquiries or feedback, feel free to contact me at robbyborges98@outlook.com.