Laszlo199 / ChatApp-Frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChatApp - Frontend

Frontend of a 4th semester exam project for Computer Science program at Business Academy Southwest. Project is a website where users can add friends and speak with them in live chat rooms.

Screenshots:

Screenshot 2022-03-21 at 10 28 18

Screenshot 2022-03-21 at 10 27 44

Screenshot 2022-03-21 at 10 29 34

Implemented user stories:

  • As a user I want to be able to register in the application.
  • As a user I want to be able to log in to the application. (Disregard security, just make a simple request to the database for matches)
  • As a user I want to be able to search through all other users.
  • As a user I want to be able to send friend requests to other users.
  • As a user I want push notifications when a friend request is send to me.
  • As a user I want to be able to create chat rooms.
  • As a user I want to be able to join my own/friends chat rooms.
  • As a user I want to be able emit chat messages inside of joined rooms.
  • As a user I want to instantly receive chats emitted by other users in the room I'm currently in.
  • As a user I want to see if another user in the same room is typing a message.

Technologies:

  • vue
  • tailwindCSS
  • pinia

About


Languages

Language:Vue 72.4%Language:TypeScript 19.1%Language:CSS 6.2%Language:JavaScript 1.3%Language:HTML 1.0%