https://github.com/markalbrand56/stw-laboratorio-5
Sistemas y Tecnologías Web: Laboratorio 5. Chat usando solamente JavaScript, consumiendo la API del chat de la clase
https://github.com/markalbrand56/stw-laboratorio-5
api javascript
Last synced: 3 months ago
JSON representation
Sistemas y Tecnologías Web: Laboratorio 5. Chat usando solamente JavaScript, consumiendo la API del chat de la clase
- Host: GitHub
- URL: https://github.com/markalbrand56/stw-laboratorio-5
- Owner: markalbrand56
- Created: 2023-02-16T23:33:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-21T18:19:22.000Z (about 2 years ago)
- Last Synced: 2025-01-15T18:39:35.884Z (5 months ago)
- Topics: api, javascript
- Language: HTML
- Homepage: http://uvgenios.online/21004/STW-Laboratorio-5/
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# STW-Laboratorio-5
Sistemas y Tecnologías Web: Laboratorio 5# Rúbrica
- [ ] (50 puntos) [Criterio subjetivo] Según qué tan interesante es el diseño de su interfaz
- [x] (10 puntos) Por colocar el campo de texto para escribir el mensaje en la parte inferior de la pantalla (no debe ocultarse cuando hay muchos mensajes)
- [x] (10 puntos) Por limitar la cantidad de caracteres permitidos a 140 en cada mensaje
- [x] (10 puntos) Por agregar hacer "submit" del mensaje utilizando "Enter"
- [ ] (10 puntos) Auto-refresh de la lista de mensajes
- [ ] (20 puntos) Por preservar el scroll después de recibir nuevos mensajes
- [x] (30 puntos) Por detectar un link a una imagen dentro del texto y crear una preview en la lista de mensajes
- [x] (40 puntos) Por detectar un link a una página web dentro del texto y crear una preview en la lista de mensajes