A fun and interactive Emoji Translator built with Next.js and Tailwind CSS! Convert text into emoji-based expressions and decode emojis back into words. Supports real-time translation, copy-to-clipboard, and customizable emoji mappings. 🚀
Clone the repository:
git clone https://github.com/yourusername/emoji-translator.git
cd emoji-translator
Install dependencies:
npm install
# or
yarn install
Run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 in your browser.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.