Quotes360 is a simple web application that displays a random quote and an accompanying image. The quote and image are fetched from external APIs.
View Demo
git clone https://github.com/jrTilak/quotes360.git
cd quotes360
npm install
REACT_APP_UNSPLASH_CLIENT_ID = <YOUR_UNSPLASH_CLIENT_ID>
REACT_APP_API_NINJA_QUOTES_API = <YOUR_API_NINJA_QUOTES_API>
npm start
Contributions are welcome! If you find a bug or want to add a new feature, please open an issue or submit a pull request.