Hi✋. This repo is my playground for testing cutting edge frontend technologies, paradigms, patterns and principles
- CI
- Authentication
- Chat
- Chat rooms
- Messages deletion
- 3d background
- User profile in the chat
- Messages editing and replying
- Open the console
- Run
npm i
- Run
npm start
- Setup backend repo
- Uncomment the
onApplicationBootstrap
in the MockServer and run the BE - Stop the server, comment it back and run again
- You can authorize into different accounts from a different browsers and check how the chat works
- To create smth:
- Local state - init
- Server state - create
- To delete smth:
- Local state - remove
- Server state - delete
- To update smth:
- Local state - edit
- Server state - update
- To retrieve smth:
- Local state - get
- Server state - load