Developed a React.js steganography tool that allows users to encode and decode messages hidden in images using Least Significant Bit (LSB) encoding. Users can upload an image, encode a message, and download the processed image. For decoding, users upload an encoded image to reveal the hidden message, combining UI design with image processing.