Skip to content

Commit

Permalink
ad section README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cheaderthecoder authored Sep 16, 2024
1 parent 1bec71c commit 6fc29c6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Base64 to Text Converter
A simple web application that allows users to easily convert Base64-encoded strings to plain text, and vice versa. The app features a user-friendly interface to perform the conversions quickly and efficiently, and provides an intuitive experience for non-developers and developers alike.

## Example

### Text to Base64 Example:
Input Text: `Hello, World!`
Encoded Base64: `SGVsbG8sIFdvcmxkIQ==`


0 comments on commit 6fc29c6

Please sign in to comment.