A simple and modern web application that allows you to convert images to Base64 format. The application is built using HTML, CSS (SCSS), and JavaScript.
- Upload an image file.
- Convert the image to Base64 format.
- Display the converted image and Base64 string.
- Copy the Base64 link to clipboard.
- Modern and clean user interface.
You can view a live demo of the application at Demo Link
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/caspertrack69/image-to-base64-converter.git
-
Navigate to the project directory: cd image-to-base64-converter Open the index.html file in your preferred web browser.
- Choose an Image: Click on the "Choose Image" button to select an image file from your computer.
- Convert Image: Once the image is selected, it will be automatically converted to Base64 format.
- View Output: The converted image and Base64 string will be displayed in the output section.
- Copy Base64 Link: Click on the "Copy Link" button to copy the Base64 string to your clipboard. A custom alert will notify you that the link has been copied.
Contributions are welcome! If you have suggestions or improvements, please create a pull request or open an issue.