Weather App is a sleek and responsive mobile application that provides accurate weather forecasts to its users. Inspired by the impressive work of Mitch Koko, this app aims to deliver a seamless user experience while showcasing best practices in modern app development with Flutter.
- Programming Language: Dart
- Framework: Flutter
- API: OpenWeatherMap for real-time weather data.
- Live Weather Forecasts: Get up-to-the-minute weather updates.
- Global Coverage: Weather information available for locations worldwide.
- User-Friendly Interface: Easy navigation and accessible features.
To get a local copy up and running, follow these simple steps.
- Flutter installed on your machine. To install Flutter, follow the official documentation.
- Clone the repo
git clone https://github.com/malowinrhy/weather-app.git
- Navigate to the project directory
cd weather-app
- Install dependencies
flutter pub get
- Run the app
flutter run
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (git checkout -b feature/AmazingFeature)
- Commit your Changes (git commit -m 'Add some AmazingFeature')
- Push to the Branch (git push origin feature/AmazingFeature)
- Open a Pull Request