Memer Chat is an AI-powered chat application built using Next.js, Tailwind CSS, Node.js, Gemini API, and several other APIs. This application allows users to engage in conversations and receive responses enriched with GIFs and images.
- AI-driven chat responses
- Integration with Gemini API for GIFs/images
- Real-time conversation experience
- Easy-to-use interface
- Next.js
- Tailwind CSS
- Node.js
- Gemini API
- [Add other APIs used]
- Clone the repository from GitHub.
- Install dependencies using
npm install
. - run the app with
npm run dev
- add env variables
API_KEY= NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY= CLERK_SECRET_KEY= GOOGLE_CLIENT_ID= GOOGLE_CLIENT_SECRET= MONGODB_URL= NEXT_PUBLIC_CLERK_SIGN_UP_URL= NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=
- Run the application using
npm run dev
. - Access the application through your browser at
http://localhost:3000
. - [Add any specific usage instructions or guidelines]
As the sole contributor to this project, I welcome any suggestions or contributions. Feel free to fork the repository and create pull requests for any enhancements or bug fixes.