- This news app fetches news articles from the News API and categorizes them into five sections: sports, tech, health, science and entertainment.
- I used Flutter framework for building the user interface and Dart programming language .
- Clone the repository
git clone https://github.com/Ashrafmuhmed/News_App
- Install dependencies
flutter pub get
- Obtain API key from News API and replace it in the NewsServies.dart file.
- Start the app
flutter run
I welcome contributions from the community. If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch (git checkout -b feature/your-feature).
- Make your changes.
- Commit your changes (git commit -am 'Add new feature').
- Push to the branch (git push origin feature/your-feature).
- Create a new Pull Request.