Skip to content

This project is a web application that allows users to upload image files and convert them to Base64 format.

License

Notifications You must be signed in to change notification settings

caspertrack69/image-to-base64-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image to Base64 Converter

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.

Features

  • 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.

Demo

You can view a live demo of the application at Demo Link

Installation

To run this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/caspertrack69/image-to-base64-converter.git
  2. Navigate to the project directory: cd image-to-base64-converter Open the index.html file in your preferred web browser.

Usage

  1. Choose an Image: Click on the "Choose Image" button to select an image file from your computer.
  2. Convert Image: Once the image is selected, it will be automatically converted to Base64 format.
  3. View Output: The converted image and Base64 string will be displayed in the output section.
  4. 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.

Contributing

Contributions are welcome! If you have suggestions or improvements, please create a pull request or open an issue.