Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.05 KB

File metadata and controls

27 lines (22 loc) · 1.05 KB

Quote Generator App

This Flutter app is a very simple and elegant Quote Generator. It fetches random quotes from an API based on user-specified keywords. You can copy quotes to the clipboard or share them on social media platforms like Twitter.

Features

  • Fetch random quotes.
  • Copy quotes to the clipboard.
  • Share quotes on x.com media.
  • Beautiful and responsive UI with animations.
  • Built with MVVM architecture and Provider for state management.

How it Works

  1. Click on the quote button to get random quote.
  2. Copy the quote to share with others or post it on social media.
  3. Enjoy motivational, inspirational, and insightful quotes!

Tech Stack

  • Flutter: For building the cross-platform app.
  • Provider: State management solution.
  • MVVM Architecture: Separation of concerns and clean code structure.
  • REST API: Fetches quotes from an external API.
  • Dart: Programming language used for Flutter apps.

Installation

  1. Clone the repository:
    git clone https://github.com/your-username/quote-generator.git