Quotify is a beautifully designed React Native app that delivers daily inspiration through motivational quotes. Whether you're looking for a quick pick-me-up or a profound thought to ponder, Quotify has you covered. The app features a user-friendly interface, widgets for your home screen, and the ability to save your favorite quotes. Plus, it works offline, so you can access inspiration anytime, anywhere.
- Daily Quotes: Receive a new motivational quote every day.
- Widgets: Add quotes directly to your home screen for easy access.
- Favorites: Save your favorite quotes for quick reference.
- Offline Support: Access quotes even without an internet connection.
- User-Friendly Design: Enjoy a clean and beautiful interface.
- Cross-Platform: Available on both Android and iOS devices.
To install Quotify, follow these steps:
-
Clone the repository:
git clone https://github.com/gamebatok/Quotify.git
-
Navigate to the project directory:
cd Quotify -
Install the required dependencies:
npm install
-
Run the app:
npm start
For the latest releases, visit the Releases section to download and execute the appropriate file for your platform.
Once installed, open the app to explore its features. You will see a daily quote on the home screen. You can swipe left or right to view previous or upcoming quotes. To save a quote, simply tap the heart icon.
To add a widget to your home screen:
- Long-press on your home screen.
- Select "Widgets."
- Find Quotify in the list and choose your preferred widget size.
- Drag it to your desired location.
To view your saved quotes:
- Tap on the "Favorites" tab in the bottom navigation.
- Browse through your saved quotes and tap to view details.
We welcome contributions to Quotify! If you would like to contribute, please follow these steps:
-
Fork the repository.
-
Create a new branch:
git checkout -b feature/YourFeature
-
Make your changes and commit them:
git commit -m "Add your message here" -
Push to the branch:
git push origin feature/YourFeature
-
Open a pull request.
Please ensure your code follows our coding standards and includes tests where applicable.
Quotify is built using the following technologies:
- React Native: A framework for building native apps using React.
- TypeScript: A typed superset of JavaScript that compiles to plain JavaScript.
- Quotable API: An API for fetching quotes.
- ZenQuotes API: Another source for motivational quotes.
- Redux: For state management.
- React Navigation: For navigating between screens.
Quotify is licensed under the MIT License. See the LICENSE file for more information.
For the latest updates and releases, check out the Releases section.