Home

Awesome

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: <br/> <img src="screenshots/img1.png" alt="Caption 1" height="200">

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

  2. Screenshot 2: <br/> <img src="screenshots/img2.png" alt="Caption 1" height="200">

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

  3. Screenshot 3: <br/> <img src="screenshots/img3.png" alt="Caption 1" height="200">

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

  4. Screenshot 4: <br/> <img src="screenshots/img4.png" alt="Caption 1" height="200">

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

  5. Screenshot 5: <br/> <img src="screenshots/img5.png" alt="Caption 1" height="200">

    Displays the quotes bookmarked by the customer.