https://github.com/arjuncodess/book-quote-generator
https://github.com/arjuncodess/book-quote-generator
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/arjuncodess/book-quote-generator
- Owner: ArjunCodess
- Created: 2025-01-15T12:48:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-15T13:44:46.000Z (over 1 year ago)
- Last Synced: 2025-01-29T03:55:28.537Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://book-quote-generator.vercel.app
- Size: 6.64 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Book Quote Generator
Make beautiful quote covers for your books. It's super easy!

## What can you do?
- Write your own quotes
- Let AI make quotes for you
- Choose from pretty book backgrounds
- Change text size and color
- Move text around
- Save your quote as an image
## How to use?
1. Clone this app
2. Install what you need:
```bash
npm install
```
3. Add your Gemini API key in `.env`:
```
GEMINI_API_KEY=your_key_here
NEXT_PUBLIC_GEMINI_API_KEY=${GEMINI_API_KEY}
```
4. Start the app:
```bash
npm run dev
```
5. Open [http://localhost:3000](http://localhost:3000) in your browser
---
Made with ❤️ using Next.js and Google's Gemini AI