Instructions for deploying CRYSTAL v1.0 on VPC and setting up access to the website via public IP
Virtual machine specifications, hereinafter referred to as VM: Guaranteed vCPU share – 30%. vCPU – 2. RAM – 4 GB. SSD – 20 GB. OS – Debian 12. Web server – Nginx v1.22.1. Local...
Instructions for deploying CRYSTAL v1.0 on a local PC
Local PC specifications: OS – Windows 11 Pro, hereinafter referred to as Win 11. Command line (Windows terminal), hereinafter referred to as terminal. MongoDB Compass v1.45.0. MongoDB Community Server v8.0.4. Project structure: MongoDB v8.0.4....
CRYSTAL is available for testing
CRYSTAL is an open source social network currently under development. The main features that are available now: 1. Registration/editing/deleting a user. 2. Avatar, banner, description and unique user Id. 3. Adding/editing/deleting posts. 4. Compress...
Animated modal in React using – onAnimationEnd
In this component, when creating an animation, onAnimationEnd is applied, as in this case. onAnimationEnd is the handler for the animationEnd event, which is called when the element’s CSS animation ends. This component does not...
Animated dropdown menu in React using – onAnimationEnd
In this component, when creating animation, onAnimationEnd is used. onAnimationEnd is a handler for the animationEnd event, which is called when the CSS animation of an element ends. This component does not use third-party...