This application is part of my journey to learn NextJS. Raise a ticket in case if you noticied any issues. I am open to suggestions.
The application is currently deployed on Cloudflare Pages for streamlined simplicity, leveraging the platform's built-in deployment pipeline. Any changes made to the main branch are automatically built and deployed directly to Cloudflare Pages.
You can access the live app here: https://base64-2zo.pages.dev/
This application allows users to easily encode and decode text using Base64 encoding. It provides a user-friendly interface where users can enter text.
It runs entirely in the user's browser without sending any input or output data to a server. This means that all text processing occurs locally, ensuring that sensitive information remains private and secure. Users can confidently encode and decode their text without worrying about data leaks or privacy violations. For more info refer privacy page.
- Encode and Decode Text: Convert plain text to Base64 and back.
- Character Set Selection: Choose different character sets for encoding.
- Real-time Output: Output updates immediately as you type.
- Copy to Clipboard: Easily copy encoded or decoded text to the clipboard.