Consilius / chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mustafar chat by Jiří Žán

Used libraries:

Completed bonus tasks

  • Conversations indicate unread messages
  • The application is fully responsive (especially with an open conversation sheet)
  • A more complex state management, ideally Redux, is used to manage the state of the application (I consider useReducer as a replacement of Redux, which is too complex for the most of cases. The reducer function is the same.)
  • The application can be launched as a desktop application using Electron or PWA (electron app is lanuched as: yarn electron)
  • The application contains tests (any). (Tests are implemented in Jest: yarn test)
  • Use of webpack and implementation of code splitting

About


Languages

Language:TypeScript 84.4%Language:JavaScript 14.4%Language:HTML 0.6%Language:SCSS 0.5%