Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/terieyenike/imagen-pxcc-client

Present a vast collection of imaginative and visually stunning images crafted by DALL-E AI.
https://github.com/terieyenike/imagen-pxcc-client

Last synced: about 1 month ago
JSON representation

Present a vast collection of imaginative and visually stunning images crafted by DALL-E AI.

Awesome Lists containing this project

README

        

# Image generation community showcase

This Next.js client application proudly presents a vast collection of imaginative and visually stunning images crafted by DALL-E AI. Users can confidently browse through the extensive range of community-generated posts and effortlessly search for specific images.

![Imagen](https://github.com/user-attachments/assets/40ea7929-8b7b-4456-87c8-f1049752f0f1)

## Features

- Showcase a stunning collection of DALL-E generated images
- Effortlessly search and find specific posts
- Enjoy a seamless experience with our responsive design across various screen sizes

## Technologies

- Clerk: Handles authentication and user management.
- Next.js: A React framework used for building user interfaces and server-side rendering.

## Environment variables

Create a `.env.local` file in the root of the project and add the following variables:

```bash
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY="PUBLISHABLE KEY"
CLERK_SECRET_KEY="SECRET KEY"
```

[Using Clerk in a Next app](https://clerk.com/docs/quickstarts/nextjs).

## Learn more

- [Welcome to Clerk docs](https://clerk.com/docs)

## [SERVER CODE](https://github.com/Terieyenike/imagen-server)