Skip to content

adityatandon007/conversations-message-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conversation Message App

A conversations messaging app that displays sender and receivers messages with the feature of sending reply messages.

Checkout the app below

Conversation Message App

Libraries/frameworks used

  • vuejs: Vue Js is used as the main frontend framework.
  • vuex: Vuex is used to manage state

Features

  • Displays senders and receivers message
  • Adds a functionalitys to sent replys
  • Auto Scrolls to the latest sent message
  • Implements a Vuex store with 2 different modules
  • Simulates an api mock using setTimeout

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Customize configuration

See Configuration Reference.