Skip to content

Latest commit

 

History

History
66 lines (52 loc) · 876 Bytes

File metadata and controls

66 lines (52 loc) · 876 Bytes

Heylynx messenger

  • version 0.4.0
  • functionalities: Routing, working with API, WebSocket

The application has the following features:

  • Registration
  • Login
  • Exit
  • Update profile data
  • Change avatar
  • Create and delete chat
  • Add and remove users in chat
  • Sending and receiving text messages

Technologies

  • TypeScript
  • SCSS
  • Handlebars
  • Webpack
  • Node.js
  • ESLint
  • Stylelint
  • Docker
  • Jest
  • Husky

Testable Prototypes:

Commands

Devepoling

npm install
npm run dev

Building

npm install
npm run build

Running

npm install
npm run start

Linting

npm run lint

Testing

npm run test

UI protype: