Minimal Quotes
Minimal quotes is React Native application for both Android and iOS that throws you random quotes in a super clean minimal version. You can save this quotes to favorites or share them with your friends.
Some technical stuff used inside
- React Native to build an app for both Android and iOS
- Realm database to manage quotes data
- Redux and Redux thunk for state management
- Modular architecture inspired by this kit
- Recompose to keep component-container structure
- ESlint with airbnb config to keep the code clean
Try it yourself
1. Clone and Install
# Clone the repo
git clone https://github.com/gaykov/minimal-quotes.git
# Install dependencies
yarn install
2. Run it on iOS or Android
# Run on iOS
yarn run:ios
# Run on Android
yarn run:android