A React-based application that generates random quotes and allows users to share them on social media or copy them to their clipboard.
- 🎲 Random Quote Generation: Fetches quotes from the Quotable API.
- 🌐 Social Sharing: Share quotes directly on Twitter, Facebook, Reddit, and LinkedIn.
- 📋 Copy Feature: Easily copy the current quote to your clipboard.
- 💻 Modern UI: Simple and responsive interface styled with CSS.
Ensure you have the following installed:
- Node.js (v14 or higher)
- npm
-
Clone the repository:
git clone https://github.com/ParthGorde/Quote-App.git
-
Navigate to the project directory:
cd Quote-App
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and navigate to:
http://localhost:5173
- Click the "Generate Quote" button to fetch a random quote.
- Use the "Share" buttons to post the quote on supported social media platforms.
- Click "Copy Quote" to copy the current quote to your clipboard.
- React
- CSS
- Quotable API
- Quotable API for providing the quotes.