This repository contains a utility tool built with React.js and Next.js that allows you to perform various encoding and decoding tasks, along with a string to MD5 converter.
- Convert Base64 to Image: Decode Base64-encoded data and display it as an image.
- Convert Base64 to String: Decode Base64-encoded data and display it as a string.
- Convert String to Base64: Encode plain text strings to Base64.
- String to MD5 Conversion: Generate MD5 hash from input string.
-
Clone the repository:
git clone https://github.com/your-username/base64-encoder-decoder.git cd base-64
-
Install dependencies:
npm install
-
Open the project in your preferred code editor.
-
Run the application:
npm run dev
-
Access the tool through your web browser by visiting http://localhost:3000
Contributions are welcome! Please feel free to submit issues and pull requests.
This project is licensed under the MIT License.