A simple React Native app built with Expo that displays random quotes.
Make sure you have the following installed on your machine:
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.
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!
-
The quote is displayed prominently in large text, and it is succeeded by the name of the author.
-
Presenting a list of authors, with the added functionality for customers to search for a specific author.
-
Expanding the list item reveals additional information, including the author's biography and the total count of quotes.
-
A list of tags is showcased along with the respective count of associated quotes.
-
Displays the quotes bookmarked by the customer.