Skip to content

gouravkhunger/QuotesApp

Repository files navigation

QuotesApp

QuotesApp Logo

A beautiful Quotes App where you can read and save quotes.

This repository contains source code of a Quotes app, which helps you stay motivated by providing best picked quotes by famous personalities. This app uses zen quotes api, for retrieving quotes.

Download the latest APK file of this project and do provide feedback 😀

Get Quotes App on IzzyOnDroid

Screenshots

Here are some screenshots from the app:

first second
third fourth

Details

Watch the v1 demo video (<1 min long)

Watch v2.0.0 insights (<1 min long)

Some features of the app:

  • Read quotes in an elegant swipe user interface. Read more on how it's built.
  • Long press a quote to copy it to clipboard.
  • Bookmark quotes for later reference. Quotes are stored locally for offline access.
  • Generate a beautiful image from the quotes and share to your social media apps.
  • Sends a daily dose of motivation from the app through notifications.
  • Cool transitions and animation affects, which makes navigation interactive.

More features along the way 🚀.

Have awesome ideas?

Feel free to Create an issue if you think you have a great idea that could be implmented in the app!

I hope you like the app :) Stay safe... Stay Motivated ;)

Tech Stack

This app is developed using Kotlin. It uses the latest android recommended development principles.

The code is structured based on MVVM pattern.

Here's a list of tools and frameworks this app uses:

  • Material Design
  • Android LifeCycle Components
  • Room Database Library
  • Kotlin Extensions and Coroutines
  • Retrofit Library
  • Android Navigation Components
  • WorkManager

Credits

I would like to mention these sources that helped directly/indirectly towards the development of this app:

  • Freepik- For providing awesome gradient pictures. The background image used in the app is an edited version of a gradient image taken from freepik

  • The makers of the above mentioned technologies

License

MIT License

Copyright (c) 2021 Gourav Khunger

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.