/newswave

a simple news app made with flutter and NewsAPI

Primary LanguageDart

NewsWave App

A Flutter-based mobile application for staying updated with the latest news.

Features

  • Browse top headlines from various news categories.
  • Explore news articles with a built-in web browser.
  • Search for specific topics to get relevant news.
  • ...

Getting Started

This project is a Flutter application, and you can follow the steps below to get started:

  1. Clone the Repository:
    git clone https://github.com/divo662/newswave.git

Navigate to the Project:

bash Copy code cd newswave Install Dependencies:

bash Copy code flutter pub get Run the App:

bash Copy code flutter run Screenshots

Screenshot 2024-01-17 213059

Screenshot 2024-01-17 213124

Screenshot 2024-01-17 213037

Contributing If you'd like to contribute to the project, please follow the steps below:

Fork the repository. Create a new branch (git checkout -b feature/your-feature-name). Commit your changes (git commit -am 'Add some feature'). Push to the branch (git push origin feature/your-feature-name). Open a pull request. License This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments Thanks to the Flutter community for providing useful resources.