Skip to content

Quotify is a beautifully designed React Native app that delivers daily inspiration with quotes, widgets, favorites, and offline support — available on Android and iOS.

License

Notifications You must be signed in to change notification settings

chhedadhruv/Quotify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌟 Quotify

Daily inspiration at your fingertips

A beautiful React Native app with 2,127+ inspiring quotes, smart category filtering, home screen widgets, and elegant design. Works completely offline with instant quote loading.

React Native Platform License

FeaturesScreenshotsInstallationUsageWidgets


✨ Features

🎯 Core Features

  • Random Quote Generation - Instant access to 2,127+ inspiring quotes
  • Smart Category Filtering - Find quotes by topic - Motivation, Success, Wisdom, and 20+ more categories
  • Fully Offline - No internet connection required, works anywhere
  • Favorites System - Save and manage your favorite quotes
  • Beautiful UI - Stunning gradient backgrounds and modern design
  • Cross-Platform - Available for both iOS and Android

📱 Home Screen Widgets

  • iOS Widgets - WidgetKit-based home screen widgets
  • Android Widgets - Native home screen widgets
  • Auto-Updates - Widgets refresh every 30 minutes
  • Manual Refresh - Tap to refresh widget content
  • Seamless Sync - Widgets update when you fetch new quotes in the app

🚀 Smart Features

  • Categories & Filters - Filter quotes by tags like Motivation, Success, Wisdom, and more
  • Local Quote Database - 2,127+ curated quotes stored locally for instant access
  • Lightning Fast - No loading times or network dependencies
  • Share Functionality - Share quotes with friends
  • Copy to Clipboard - Quick copy for easy sharing
  • Elegant Animations - Smooth transitions and loading states

📸 Screenshots

Main App Experience

iOS Android
iOS Home Screen Android Home Screen
Beautiful gradient UI with inspiring quotes Cross-platform consistency

Favorites & Sharing

Favorites Management Adding to Favorites
iOS Favorites Screen iOS Add to Favorites
Android Favorites Screen Android Add to Favorites
Manage your saved quotes Heart to save inspirational quotes

Share Functionality

iOS Share Android Share
iOS Share Quote Android Share Quote
Native iOS sharing experience Android system share integration

Home Screen Widgets

iOS Widget Android Widget
iOS Home Screen Widget Android Home Screen Widget
WidgetKit integration with auto-updates Native Android widget with refresh button

🛠 Installation

Prerequisites

  • Node.js 18+
  • React Native CLI
  • Android Studio (for Android development)
  • Xcode 12+ (for iOS development)

Quick Start

  1. Clone the repository

    git clone https://github.com/yourusername/quotify.git
    cd quotify
  2. Install dependencies

    npm install
  3. iOS Setup

    cd ios
    bundle install
    bundle exec pod install
    cd ..
  4. Run the app

    # For iOS
    npm run ios
    
    # For Android
    npm run android

🎮 Usage

Getting Started

  1. Launch the app to see your first inspiring quote
  2. Tap "New Quote" to instantly get a fresh quote from our local collection
  3. Tap the heart icon to save quotes to your favorites
  4. Use the share button to spread inspiration with friends
  5. Access favorites via the favorites button in the top corner

Discover Quotes by Category

  1. Tap the "Filter" button to open the category selection screen
  2. Browse popular categories like Motivation, Success, Wisdom, Inspirational, and more
  3. Select one or multiple categories to filter quotes by your interests
  4. Apply filters to get quotes that match your current mood or needs
  5. View category tags displayed below each quote to see what topics it covers
  6. Clear filters anytime to return to seeing all quotes

Always Available

  • Quotify works completely offline with 2,127+ curated quotes stored locally
  • No internet connection required - perfect for travel or low connectivity areas
  • Instant quote loading with no network delays
  • All features including favorites and category filtering work without any internet connection
  • Smart filtering happens locally for lightning-fast category browsing

📲 Widgets

Android Widgets

  1. Long press on your home screen
  2. Select "Widgets" from the menu
  3. Find and add the Quotify widget
  4. Enjoy automatic quote updates every 30 minutes

iOS Widgets

  1. Long press on your home screen
  2. Tap the "+" button in the top corner
  3. Search for "Quotify" in the widget gallery
  4. Choose your size (Small or Medium) and add to home screen

Widget Features

  • ✅ Auto-refresh every 30 minutes
  • ✅ Manual refresh by tapping
  • ✅ Seamless app integration
  • ✅ Beautiful gradient design
  • ✅ Works completely offline with local quotes

🏗 Tech Stack

Core Technologies

  • React Native 0.80.0 - Cross-platform mobile framework
  • TypeScript - Type-safe JavaScript
  • React 19.1.0 - UI library

Key Libraries

  • AsyncStorage - Local data persistence and favorites management
  • Vector Icons - Beautiful iconography
  • Linear Gradient - Stunning visual effects
  • Clipboard - Copy functionality
  • Push Notifications - Future notification features

Data Source

  • Local Quote Database - 2,127+ curated quotes stored in JSON format
  • No External Dependencies - Completely self-contained for maximum reliability

🔧 Development

Project Structure

quotify/
├── components/           # React Native components
│   ├── QuoteGenerator.jsx    # Main quote display
│   ├── FavoritesScreen.jsx   # Favorites management
│   ├── QuoteCard.jsx         # Quote display card
│   └── GradientBackground.jsx # UI background
├── services/            # Business logic
│   ├── QuoteService.js      # Local quote management
│   └── WidgetService.js     # Widget management
├── quotes.json          # Local database of 2,127+ quotes
├── android/             # Android-specific code
│   └── app/src/main/java/com/quotify/
├── ios/                 # iOS-specific code
│   └── QuotifyWidget/       # iOS widget extension
└── __tests__/           # Test files

Available Scripts

# Development
npm start              # Start Metro bundler
npm run android        # Run on Android
npm run ios           # Run on iOS

# Quality
npm run lint          # Run ESLint
npm test             # Run tests

# Production
npm run build        # Build for production

🎨 Customization

Themes

The app uses a beautiful gradient theme by default. You can customize colors in:

  • components/GradientBackground.jsx
  • Individual component stylesheets

Quote Database

The app uses a local JSON database with 2,127+ quotes. To customize:

  • Add quotes: Edit quotes.json following the existing format
  • Quote logic: Modify services/QuoteService.js
  • Widget integration: Update services/WidgetService.js

Widget Appearance

Customize widget design in:

  • Android: android/app/src/main/res/layout/quote_widget.xml
  • iOS: ios/QuotifyWidget/QuotifyWidget.swift

📋 Roadmap

Upcoming Features

  • Dark Mode - Toggle between light and dark themes
  • Custom Categories - Filter quotes by category
  • Daily Notifications - Optional daily quote notifications
  • Quote History - View previously shown quotes
  • Import/Export Quotes - Add your own custom quotes to the database
  • Social Features - Share and discover quotes with friends

Widget Enhancements

  • Widget Themes - Multiple widget color schemes
  • Widget Sizes - Additional widget size options
  • Interactive Widgets - Tap actions for different functions
  • Multiple Widgets - Support for multiple widget instances

🐛 Troubleshooting

Common Issues

Widget not appearing

  • Ensure the app is installed and launched at least once
  • Check device storage space
  • Restart your device if needed

Quotes not loading

  • Force close and restart the app
  • Ensure the app has sufficient storage space
  • Check that quotes.json file is properly included in the app bundle

iOS Widget not updating

  • Ensure iOS 14+ is installed
  • Check widget settings in iOS Settings > General > Background App Refresh

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.


💫 Support

Love Quotify? Here's how you can show support:

  • Star this repository
  • 🐛 Report bugs via GitHub Issues
  • 💡 Suggest features via GitHub Issues
  • 🔄 Share with friends and spread the inspiration

Made with ❤️ and React Native

Bringing daily inspiration to your mobile device

⬆ Back to top

About

Quotify is a beautifully designed React Native app that delivers daily inspiration with quotes, widgets, favorites, and offline support — available on Android and iOS.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published