https://github.com/farooqpk/talker-frontend
https://github.com/farooqpk/talker-frontend
audiocall end-to-end-encryption peerjs peerjs-webrtc reactjs realtime-chat socket-io tailwindcss typescript videocall
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/farooqpk/talker-frontend
- Owner: farooqpk
- Created: 2023-05-19T15:02:51.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-09T12:26:27.000Z (3 months ago)
- Last Synced: 2025-03-24T15:52:31.278Z (about 2 months ago)
- Topics: audiocall, end-to-end-encryption, peerjs, peerjs-webrtc, reactjs, realtime-chat, socket-io, tailwindcss, typescript, videocall
- Language: TypeScript
- Homepage: https://talker.fun
- Size: 2.09 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Talker Frontend
This is the Talker frontend for a real-time chat application built with Node.js and Socket.IO.
## Prerequisites
- Node.js
- npm## Installation
1. Clone the repository:
git clone https://github.com/farooqpk/talker-frontend.git
2. Navigate to the project directory:
cd talker-frontend
3. Install dependencies:
npm install
## Usage
Start the development server:
npm run devThe application will be available at `http://localhost:5173`.
To create a production build:
npm run build
The built files will be in the `dist` directory.
npm start
## Contributing
1. Fork the repository
2. Create your feature branch (`git checkout -b feature/AmazingFeature`)
3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the branch (`git push origin feature/AmazingFeature`)
5. Open a pull request## Contact
- LinkedIn: [Ummar Farooq PK](https://linkedin.com/in/ummarfarooq-pk)
- Live Demo: [talker.fun](https://talker.fun)