Say Quotes is a motivational quotes website that inspires life with quotes from various figures. Key features include:
- Display random quotes
- 35 different themes available to customize the look
- Customize background with:
- Random images from Lorem Picsum
- Upload your own image from local device
- Share quotes easily with social share buttons
- Download quotes as images to save or share offline
- React
- DaisyUI
- Tailwind CSS
- Vite
- Firebase Hosting
- Clone repository GitHub to local
git clone https://github.com/KevinWinardi/say-quotes
- Change current directory to the project
cd say-quotes
- Install dependecies
npm install
- Run project
npm run dev