minimal-quotes
minimal-quotes copied to clipboard
React Native application that throws you random quotes in a super clean minimal version. You can save this quotes to favorites or share them with your friends.
Minimal Quotes
The application concept and the design is created by Kishore from Elitepixels as a part of Project365
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
How can you help
If you find any problems, feature requests, please open an issue or submit a fix as a pull request.
Want to talk?
If you have any questions or you want us to help you design and develop your application, send us an email at [email protected]
License
MIT License

