Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashrafchowdury/talknova
Fully functional & encrypted chat-application.
https://github.com/ashrafchowdury/talknova
chat-application encryption firebase nextjs radix-ui shadcn-ui tailwindcss typescript
Last synced: 7 days ago
JSON representation
Fully functional & encrypted chat-application.
- Host: GitHub
- URL: https://github.com/ashrafchowdury/talknova
- Owner: ashrafchowdury
- License: mit
- Created: 2023-08-18T10:40:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-28T15:37:42.000Z (8 months ago)
- Last Synced: 2024-11-01T15:52:00.786Z (14 days ago)
- Topics: chat-application, encryption, firebase, nextjs, radix-ui, shadcn-ui, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://talknova.vercel.app
- Size: 1.55 MB
- Stars: 10
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Talknova
Talknova is a real-time chat application built with modern technologies, providing a secure and engaging communication platform for users.
## Technologies
- Typescript
- Next.js
- Tailwind CSS
- Shadan UI
- Firebase
- Crypto-JS## Features
- Text message
- Voice message
- Single and multiple image send
- Customized UI
- User-based customized UI
- Link preview
- End-to-end encryption
- Lock user chat
- Auto-align users
- Seen last message
- Invite, accept, and delete friend requests## Upcoming Features
- [x] Add Image Compressor
- [x] User active/deactivate feature - Beta
- [x] Image Download
- [x] Message seen & unseen
- [ ] Block User
- [ ] Delete Account
- [x] User Typing effect
- [ ] ...## Getting started
1. Clone the repository:
```bash
git clone https://github.com/ashrafchowdury/talknova.git
```2. Install dependencies:
```bash
pnpm install
```3. Create a Firebase project and obtain your API keys.
4. Replace the `YOUR_API_KEYS` placeholder in the `.env` file with your actual API keys. View the ENV variables on **.env.example**
5. Start the development server:
```bash
pnpm run dev
```6. Visit `http://localhost:3000` in your browser.
## Contributing
Contributions are welcome! Please read the [CONTRIBUTING.md](https://github.com/ashrafchowdury/talknova/CONTRIBUTING.md) file for more information.
## License
This project is licensed under the [MIT License](https://opensource.org/licenses/MIT).