Introduction
Chaton is built with Bootstrap v5.3.0. and Angular 17 , SCSS with responsive with all devices and supported with Dark, light modes. You can change mode very quickly by doing a single change. It has design of one to one chat, group chat, contact, send files, online users, read and unread new messages from users, authentication pages and many more.
📁 Folder & Files Structure
├── Documentation ├── Chaton ├── src ├── app ├── assets ├── fonts ├── images └── scss ├── custom ├── _custom-variable.scss ├── _variables.scss ├── _variables-dark.scss ├── app.scss ├── bootstrap.scss └── icons.scss ├── environments ├── favicon.ico ├── index.html ├── main.ts ├── polyfills.ts ├── styles.scss └── test.ts ├── .gitignore ├── angular.json ├── package.json ├── package-lock.json ├── README.md ├── tsconfig.app.json ├── tsconfig.json └── tsconfig.spec.json