Used RapidAPI to generate random quotes in a simple single screen android application built with the React native framework.
- Copy to clipboard
- Tweet quote
- Share quote via whatsapp
Follow https://reactnative.dev/docs/environment-setup to set up environment.
Clone this repo:
git clone https://github.com/thisgirlElan/QuoteGenerator.git
For yarn
- yarn install
- yarn android
- yarn start (optional)
For npm
- npm install
- npx react-native run-android
- npx react-native start (optional)
After the commands run, you should see the quotes screen.
- Tinker and develop!!🎉