Building a Chat UI with el.js (Vanilla JavaScript Approach)
Today I built a lightweight and flexible Chat UI component using a modular vanilla JavaScript approach. The goal was to create something reusable, customizable, and easy to integrate into any proje...

Source: DEV Community
Today I built a lightweight and flexible Chat UI component using a modular vanilla JavaScript approach. The goal was to create something reusable, customizable, and easy to integrate into any project without relying on heavy frameworks. The result is a Chat UI that supports both full-page and popup widget modes, along with features commonly found in modern chat applications. if you interested you can look at my blog here of look at my github here