Technology | Project | Facilities | Deploy
This repository contains such technologies :
- React
- Tailwind CSS
- TypeScript
- Node.Js
- Socket.io
- WebRTC
- Next.js
This project was developed during the Hero Week Bootcamp at Hero Code. During this process, a real-time communication system was developed, including chat, audio, and sharing. I was able to learn the benefits of real-time chat, using concepts of Websockets and bidirectional communication, as well as building the interface using React to create components and routes, and styling with Tailwind.
🔗 Clone the repository:
https://github.com/florashore/talk-to-me.git🔗 Enter the directories:
cd talk-to-mecd frontendcd backend🔗 Install the dependencies:
npm install🔗 Start the servers in the folders:
npm run dev