Vuetify Chat

screenshot of Vuetify Chat
vite
vue
scss
vuetify

Real-time chat app with Vue 3 and Vuetify 3

Overview

The Real-time Chat App developed with Vue 3, Vuetify 3, and Websockets offers an impressive solution for those looking to enhance their communication experience. Built using modern technologies, this app not only facilitates instant messaging but also provides robust features that cater to the needs of users today. From seamless authentication to interactive themes, it promises a rich user experience that's both functional and visually appealing.

Features

  • Real-time Messaging: Utilize Websockets for instantaneous message delivery, ensuring your conversations flow without delay.
  • Google OAuth2 Authentication: Quick and secure login options through Google, making user authentication hassle-free.
  • Unread Message Count: Keep track of unread messages, both per chat and total, to never miss important conversations.
  • Friend Status Monitoring: Easily monitor your friends' status to see who is online and available to chat.
  • Message Delivery Tracking: Gain insights into your message's journey with statuses indicating if they are sending, sent, or read.
  • Typing Indicator: You'll know when a friend is typing, adding a layer of interactivity to your chats.
  • Theme Customization: Toggle between teal and midnight themes for a personalized look that suits your style.
  • Google Analytics Integration: Track app usage and user behavior with integrated Google Analytics for improved performance and engagement analysis.

With these features, the app is designed not only to meet basic messaging needs but also to enrich the user's overall chat experience, making every conversation meaningful.

vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

vue
Vue

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

vuetify
Vuetify

Vuetify is a no design skills required UI Library with beautifully handcrafted Vue Components.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

google-analytics
Google Analytics

A website that uses Google Analytics to track website performance and user behavior. This includes features such as website traffic monitoring, conversion tracking, and audience segmentation to gain insights and optimize website performance.

pinia
Pinia

Pinia is the official state management library for Vue.js. It provides a simple and intuitive API with full TypeScript support, devtools integration, and modular design. Pinia replaces Vuex as the recommended state management solution for Vue 3.