Skip to content

Text-Emoji is a fun web project created with HTML, CSS, and JavaScript. It converts typed text into corresponding emojis in real-time. Perfect for exploring event handling, text processing, and dynamic content updates.

Notifications You must be signed in to change notification settings

Vishwas567917/text-emoji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text to Emojis Converter

This project is a web application that allows users to encrypt and decrypt messages using emojis. Users can type a message, set a password, and convert the message into emojis. Similarly, they can decrypt an emoji message back into text using the same password.

Screenshot (328)

Screenshot (327)

Features

  • Text Encryption: Encrypts a text message into a series of emojis.
  • Text Decryption: Decrypts an emoji message back into the original text.
  • Password Protection: Encryption and decryption are secured with a password.
  • User-Friendly Interface: Simple and intuitive UI for easy interaction.

Technologies Used

  • HTML: Structure of the web page.
  • CSS: Styling of the web page.
  • JavaScript: Functionality for encryption and decryption processes.

Installation

  1. Clone the repository:
    git clone https://github.com/your-username/text-to-emojis-converter.git
  2. Navigate to the project directory: cd text-to-emojis-converter
  3. Open index.html in your preferred web browser.

Usage Encrypt Text:

  1. Navigate to the "Encrypt Text" section.
  2. Type your message in the provided textarea.
  3. Set a password.
  4. Click the "Encrypt Text" button.
  5. The encrypted message (in emojis) will be displayed.

Decrypt Emojis:

  1. Navigate to the "Decrypt Emojis" section.
  2. Paste your encrypted emoji message in the provided textarea.
  3. Enter the password used during encryption.
  4. Click the "Decrypt Text" button.
  5. The decrypted text message will be displayed if the password matches.

File Structure

  1. index.html: Main HTML file containing the structure of the web page.
  2. style.css: CSS file for styling the web page.
  3. script.js: JavaScript file containing the logic for encryption and decryption.

Customization

  1. CSS: Modify style.css to change the styling of the web page.
  2. JavaScript: Update script.js to change the encryption and decryption logic.
  3. HTML: Adjust index.html to change the structure and content of the web page.

Credits This project uses images for the interface, such as the lock and unlock icons.

About

Text-Emoji is a fun web project created with HTML, CSS, and JavaScript. It converts typed text into corresponding emojis in real-time. Perfect for exploring event handling, text processing, and dynamic content updates.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published