guerracode / ChatApp

Home Page:chat-app.siulch.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MIT License LinkedIn


Chat App

Projecto creado por:
Jose Luis Chavez Guerra
Ver Pagina »

· Report Bug · Request Feature

Sobre el proyecto

Chat en tiempo real tipo WhatsApp.

Construido con

Estas son las principales tecnologias usadas en el proyecto:

  • JavaScript
  • Node
  • Express
  • SocketIO
  • React

Imagen ejemplo del Chat

chat

Probar el proyecto

Se le hizo deploy al proyecto, por lo tanto se puede probar accediendo a esta URL.

Correr en Local

  • Descargar o clonar el proyecto.
  • Abrir dos terminales una para el cliente y otra para el server.
  • En cada uno instalar las dependencias con:
    npm install
  • Correr el proyecto en las dos teminales, cliente y server con:
    npm run start
  • Con ello tendras corriendo el servidor y el cliente te abrira la pagina en el navegador.

Usar el chat

  • Ingresar Name
  • Ingresar el Room (puede ser cualquiera)
  • Abrir otra pestaña del navegador con la misma URL.
  • Ingresar otro nombre y el mismo Room ya antes puesto para poder chatear entre si.

Con eso podran chatear en tiempo real entre las dos pestañas e incluso pueden abrir una instancia desde cualquier computadora e ingresando el mismo Room podran chatear entre si.




Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  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

Jose Luis Chavez - @guerracode - josephsiul15@gmail.com

Project Link: GitHub

About

chat-app.siulch.vercel.app

License:MIT License


Languages

Language:JavaScript 49.8%Language:CSS 43.2%Language:HTML 6.5%Language:Shell 0.6%