Random Quotes App is a web application that displays random quotes to the user. With this app, the user can get a random quote from a motivational, inspirational, or entertaining collection. The application is implemented using React for the frontend and can be easily extended or adapted for different user interface needs. All links are below. 🤗
-
Random Quotes API for the random Quotes
-
Lorem Picsum for the random Pictures.
// quotes
https://api.quotable.io/random
// images
https://picsum.photos/seed/picsum/200/300
- Clone the repository:
https://github.com/makskhv21/Random-quotes.git - Install dependencies:
npm install - Start the server:
npm start

