This is a simple weather app created as part of a 30-day web design challenge. It allows users to enter a city name and fetches current weather and hourly forecast using the OpenWeatherMap API.
- Input field to enter city name
- Button to fetch weather information
- Display of current weather including temperature and description
- Display of hourly weather forecast
- Responsive design using Bootstrap
- HTML
- CSS
- JavaScript
- Bootstrap
- OpenWeatherMap API
(Optional - Insert screenshots of your app here)
(Optional - If hosted online, provide a link to the live demo)
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/EroseEmrys/Simple-Weather-App.git - Open
index.htmlin your web browser or host the project locally using a local server.
- Enter a city name in the input field.
- Click on the "Get Weather" button to fetch and display weather information.
- Tutorial Followed: [Insert Link to Tutorial if applicable]
- Add more detailed weather information (e.g., humidity, wind speed).
- Improve error handling and user feedback.
- Enhance UI/UX with additional features like animations or interactive elements.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License. See the LICENSE file for details.
- Special thanks to [Mention anyone who helped or inspired you]
Feel free to explore and use the app! Feedback and contributions are appreciated.