This project is a simple implementation of an emoji searcher where the user can search for emojis and copy them to the clipboard. The application also includes features to filter emojis by categories and subcategories.
- Search for emojis by name.
- Filter emojis by categories and subcategories.
- Copy emojis to the clipboard by clicking on them.
- Pagination to navigate through large sets of emojis.
- Responsive design for mobile and desktop views.
- HTML
- CSS
- JavaScript
- Emoji API for fetching emojis
- Clone the repository:
git clone https://github.com/Anthony01M/emoji-searcher.git
- Navigate to the project directory:
cd emoji-searcher
- Obtain an API key from Emoji API.
- Open
script.js
and replace'REPLACE_WITH_YOUR_API_KEY'
with your actual API key:const apiKey = 'REPLACE_WITH_YOUR_API_KEY'; // Replace with your Emoji API key
- Edit the
index.html
file, setinfo@example.com
to your email address:<a href="mailto:example@gmail.com">example@gmail.com</a>
- Open
index.html
in your browser to use the Emoji Searcher.
- Enter a search term in the "Search for emojis..." field to filter emojis by name.
- Select a category from the "Select Category" dropdown to filter emojis by category.
- Select a subcategory from the "Select Subcategory" dropdown to further filter emojis.
- Click on an emoji to copy it to the clipboard.
- Use the pagination buttons to navigate through the emojis.
This tool is intended for educational and entertainment purposes only.
This project is licensed under the MIT License. See the LICENSE file for details.
This project is part of my portfolio. Feel free to check out my other projects on GitHub.