I created a Javascript Encryption Application on codesandbox using React that allows users to input their own text to be encrypted using the Caesar Encrypt algorithm. This project helped me gain an understanding and appreciation for cryptography and its real world use cases for secure network communications and applications, like Bitcoin.
As a developer it was beneficial to learn React as it enabled me to build a reactive application that instantly encrypts the user’s text.