Quotify is an app made to motivate you everyday with inspiring quotes. View quotes on various categories and save them offline or copy and share them with friends.
The App uses Clean Architecture with BLoC for state management. You can learn more about this architecture here.
Ibtesam Ansari – LinkedIn – ibtesamansari070@gmail.com
- Fork it (https://github.com/ibtesam123/Quotify-App/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -m 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request