An open API service indexing awesome lists of open source software.

https://github.com/arjuncodess/book-quote-generator


https://github.com/arjuncodess/book-quote-generator

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Book Quote Generator

Make beautiful quote covers for your books. It's super easy!

![alt text](/public/image.png)

## 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