# π΅οΈββοΈ Secret Message Encoder
A fun, browser-based tool that lets you **encode and decode secret messages** using simple ciphers β built with **HTML, CSS, and JavaScript**.
## β¨ Features
- π Encode and decode messages using:
Β - Caesar Cipher (+3)
Β - Reverse Text
Β - Symbol Swap (e.g., A β @, S β $)
- π€ Sleek dark-mode interface
- β‘ Instant encoding and decoding with no internet required
- π¨ Fully responsive and lightweight
## π οΈ Technologies Used
- HTML5
- CSS3
- JavaScript (ES6)
## π File Structure
/project-folder
β
βββ index.html # Main HTML structure
βββ style.css # Styling and layout
βββ script.js # Encoding/decoding logic
βββ README.md # Project overview (this file)