Skip to content

Latest commit

 

History

History
74 lines (50 loc) · 1.31 KB

File metadata and controls

74 lines (50 loc) · 1.31 KB

Talk-To-Me Project | Real-Time Video and Chat with Websockets


Technology   |    Project   |    Facilities   |    Deploy   



🚀 Tecnologias

This repository contains such technologies :

  • React
  • Tailwind CSS
  • TypeScript
  • Node.Js
  • Socket.io
  • WebRTC
  • Next.js

💻 Project

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.


⚙️ Installations


🔗 Clone the repository:

https://github.com/florashore/talk-to-me.git

🔗 Enter the directories:

cd talk-to-me
cd frontend
cd backend

🔗 Install the dependencies:

npm install

🔗 Start the servers in the folders:

npm run dev