Skip to content

Anthony01M/emoji-searcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emoji Searcher

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.

Features

  • 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.

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • Emoji API for fetching emojis

Installation

  1. Clone the repository:
    git clone https://github.com/Anthony01M/emoji-searcher.git
  2. Navigate to the project directory:
    cd emoji-searcher
  3. Obtain an API key from Emoji API.
  4. 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
  5. Edit the index.html file, set info@example.com to your email address:
    <a href="mailto:example@gmail.com">example@gmail.com</a>
  6. Open index.html in your browser to use the Emoji Searcher.

Usage

  1. Enter a search term in the "Search for emojis..." field to filter emojis by name.
  2. Select a category from the "Select Category" dropdown to filter emojis by category.
  3. Select a subcategory from the "Select Subcategory" dropdown to further filter emojis.
  4. Click on an emoji to copy it to the clipboard.
  5. Use the pagination buttons to navigate through the emojis.

Disclaimer

This tool is intended for educational and entertainment purposes only.

License

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.