A clean, minimal daily motivational quote app built with React Native CLI (Android).
- Fetch random motivational quotes from ZenQuotes API
- Animated quote transitions with gradient backgrounds
- Save favorite quotes locally with AsyncStorage
- Share quotes directly from the app
- Clean bottom tab navigation
- React Native CLI 0.75+
- React Navigation (Bottom Tabs)
- AsyncStorage
- react-native-linear-gradient
- ZenQuotes Public API
- Node.js >= 18
- Android Studio + Android SDK
- React Native CLI environment set up
git clone https://github.com/MuhammadAwais053/QuoteSpace.git
cd QuoteSpace
npm install
cd android && ./gradlew clean && cd ..
npx react-native run-androidsrc/
├── constants/ # Colors and gradients
├── navigation/ # Bottom tab navigator
├── screens/ # HomeScreen, FavoritesScreen
├── components/ # QuoteCard, EmptyState
├── services/ # API calls
└── storage/ # AsyncStorage helpers
This app uses ZenQuotes — a free public API, no key required.
Muhammad Awais
- GitHub: @MuhammadAwais053



