A simple yet creative random quote application built with Next.js, TypeScript, Tanstack React Query, and Tailwind CSS.
- Fetches and displays random quotes from APIs
- Allows users to rate quotes (locally)
- Users can share quotes on Facebook and Twitter
- Handles offline mode gracefully by showing cached or fallback quotes
- Includes unit tests for key components and hooks
# Clone the repository
git clone https://github.com/your-username/quote-app.git
# Go to the project directory
cd quote-app
# Install dependencies
npm install# Install dependencies
npm install
# Run in development mode
npm run devOpen http://localhost:3000 to see the app.
