A web application that displays random inspirational quotes
Random Quote Machine
The Random Quote Machine is a web application that displays random inspirational quotes. It fetches quotes from the Type.fit API and allows users to get a new quote and share quotes on social media platforms.
Preview
Getting Started
To run the Random Quote Machine locally, follow these steps:
-
Clone the repository:
git clone <repository_url>
-
Navigate to the project directory:
cd random-quote-machine
- Install the dependencies:
npm install
- Start the application:
npm start The application should now be running at http://localhost:3000.
Features
Displays a random quote from a collection of inspirational quotes. Allows users to get a new random quote. Provides buttons to share quotes on Twitter and Tumblr.
Technologies Used
React: A JavaScript library for building user interfaces.
Bootstrap: A popular CSS framework for styling web applications.
Font Awesome: A library of scalable vector icons.
License
This project is licensed under the MIT License.