Skip to content

thangpaisen/RandomQuotes

Repository files navigation

Random Quote Generator App

A simple React Native app built with Expo that displays random quotes.

Getting Started

Prerequisites

Make sure you have the following installed on your machine:

Development Setup

Run the following command:

npm install -g expo-cli
git clone https://github.com/yogeshwar-chaudhari-20/RandomQuotes
cd RandomQuotes
npm install
npm run start

Use your preferred method to run the app on an emulator, simulator, or physical device.

Additional Information

For more details on Expo and React Native, refer to the following documentation:

Feel free to customize and extend the app as needed for your project! If you encounter any issues or have questions, please check the documentation or open an issue in this repository.

Happy coding!

Screenshots

  1. Home:
    Caption 1

    The quote is displayed prominently in large text, and it is succeeded by the name of the author.

  2. Screenshot 2:
    Caption 1

    Presenting a list of authors, with the added functionality for customers to search for a specific author.

  3. Screenshot 3:
    Caption 1

    Expanding the list item reveals additional information, including the author's biography and the total count of quotes.

  4. Screenshot 4:
    Caption 1

    A list of tags is showcased along with the respective count of associated quotes.

  5. Screenshot 5:
    Caption 1

    Displays the quotes bookmarked by the customer.