A lightweight, browser-based emoji search tool built with TypeScript and React. It allows users to explore emojis by group, subgroup, and Unicode version, search by keyword, and copy emojis to the clipboard.
- Browse emojis by group, subgroup, and Unicode version
- Search emojis by keyword
- Copy emojis to the clipboard with a single click
- Responsive and user-friendly interface
Check out the live application here: https://pjfrontend.github.io/emoji-search/
-
Clone the repository:
git clone https://github.com/pjfrontend/emoji-search.git cd emoji-search
-
Install dependencies:
yarn install
-
Start the development server:
yarn start
The application will be available at http://localhost:3000
.
src/
: Main source code directorypublic/
: Static assets and HTML templatedata-extraction/
: Scripts and data related to emoji extractiondocs/
: Documentation and additional resources.vscode/
: Visual Studio Code workspace settings
Contributions are welcome! Feel free to fork the repository and submit pull requests to enhance the application or fix issues.
This project is open-source and available under the MIT License.