(Bottom)
MVVM NewsApp is a NewsApp which fetches the Real-time news fro top news-outlets and also enables *Saving* and *Search* feature. This is a an app built using `Kotlin`
1) Real-Time News Updates.
2) NEWS feed from top news outlets.
3) Saving / Like NEWS Feature.
4) Search NEWS Feature.
5) Thumbnailed NEWS feed for better Visualization.
6) Timeline.
mvvm.Newsapp.mp4
We would ❤️ for you to contribute to Mvvm_newsapp and help make it better by adding your ideas or by making current one better! We want contributing to be fun, enjoyable, and educational for everyone. All contributions are welcome, including issues as well as updates.
### How to Start? 📌
If you have a idea of any Mvvm_newsapp you want to build just open an appropriate issue regarding this, we will discuss and assign you that issue. In case you are confused and have queries, just ask in the discord,will help you get along and build!
- Contributions make the open source community such an amazing place to learn, inspire, and create.
- Any contributions you make are greatly appreciated.
### Submit a Pull Request 🚀
**All PRs must include a commit message with the changes description!**
For the initial start, fork the project and use git clone command to download the repository to your computer
git pull
, before creating a new branch, pull the changes from upstream. Your master needs to be up to date.
$ git pull
- Create new branch from
master
$ git checkout -b [name_of_your_new_branch]
- Work - commit - repeat ( be sure to be in your branch )
- Push changes to GitHub
$ git push origin [name_of_your_new_branch]
-
Submit your changes for review If you go to your repository on GitHub, you'll see a
Compare & pull request
button. Click on that button. -
Start a Pull Request Now submit the pull request and click on
Create pull request
. -
Get a code review approval/reject
-
After approval, merge your PR
-
GitHub will automatically delete the branch after the merge is done. (they can still be restored).
-
Yey! you made it! 🎊
Thanks to all the contributors who worked for this project to stay alive! 😊😎
If you have any feedback or suggestions please reach out to Project - Maintainer.
Or you can create a issue and mention there , which new features can make this Project more good.