Instructions for deploying CRYSTAL v1.0 on VPC and setting up access to the website via public IP
Contents: 0. Project structure, VM and local PC characteristics. 1. Creating a repository with the CRYSTAL v1.0 project. 2. Creating an SSH key. 3. Create a security group in VPC. 4. Creating a VM....
Instructions for deploying CRYSTAL v1.0 on a local PC
Contents: 0. Project structure and local PC characteristics. 1. Installing Git. 2. Creating a directory with the project on your local PC. 3. Installing the MongoDB database. 4. Starting the frontend part 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...