https://github.com/kanugurajesh/anonymous-chat
An anonymous chat application where you don't need identity to express yourself
https://github.com/kanugurajesh/anonymous-chat
anonymous-chat contact-form mongodb-atlas nextjs14 redux-toolkit resend-email responsive-design tailwindcss typescript uiux uploadthing
Last synced: about 1 year ago
JSON representation
An anonymous chat application where you don't need identity to express yourself
- Host: GitHub
- URL: https://github.com/kanugurajesh/anonymous-chat
- Owner: kanugurajesh
- Created: 2024-02-07T05:52:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-08T16:25:24.000Z (over 2 years ago)
- Last Synced: 2025-04-13T18:15:14.968Z (about 1 year ago)
- Topics: anonymous-chat, contact-form, mongodb-atlas, nextjs14, redux-toolkit, resend-email, responsive-design, tailwindcss, typescript, uiux, uploadthing
- Language: TypeScript
- Homepage: https://multi-chat-app.vercel.app
- Size: 632 KB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### 🌟 star the project if you like it
# Anonymous Chat
An Chat application where you can express yourself freely as we do not have authentication and authorization.
## Screenshots



## Demo
[](https://www.youtube.com/watch?v=fK2aoCrmUWc)
## Features
- Anonymous Chat
- Profile Creation
- Contact Form
- Persistent client data
- Image Sharing
## Tech Stack
- Next.js
- Tailwindcss
- Typescript
- Resend Api
- MongoDB
- Uploadthing
## Contribution Guidelines
We welcome contributions to enhance and improve the llm app. If you have ideas or improvements, feel free to submit a pull request following our contribution guidelines.
## Feedback and Issues
If you encounter any issues or have feedback, please open an issue on our [GitHub repository](https://github.com/kanugurajesh/LearnForge/issues). We appreciate your input and strive to make our system better with each update.
## 🌐 Socials:
[](https://rajeshportfolio.me/)
[](https://www.linkedin.com/in/rajesh-kanugu-aba8a3254/)
[](https://twitter.com/exploringengin1)
[](https://youtube.com/@RajeshCoder)

## Authors
- [@kanugurajesh](https://github.com/kanugurajesh)
## Support
For support, you can buy me a coffee
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
## Learn More
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
## Deploy on Vercel
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.