Installing reCAPTCHA v3 on the CRYSTAL v1.0 project
Contents: 1. Enabling reCAPTCHA v3. 2. Creating a .env file with the reCAPTCHA v3 public key. 3. Creating a .env file with the reCAPTCHA v3 secret key. 4. Checking reCAPTCHA v3. These instructions assume...
About the CRYSTAL project
CRYSTAL is an open source social network, currently under development. At the moment, the first stage of the project has been completed and CRYSTAL v1.0 is available, which has the basic functions of the...
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...