Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.
/ showcases Public archive

A set of solutions of coding interview's quests with usage of Effector

License

Notifications You must be signed in to change notification settings

project-cemetery/showcases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Showcases

A set of possible solutions of some quests of coding interviews with usage of Effector and different UI frameworks.

Showcases

Before start, you have to install dependencies with pnpm install

Simple chat

Create a simple UI that shows messages from a socket, scroll to the last message, has a disabling of rich colors, and allows sending messages.

Source