https://github.com/bocaletto-luca/emoji-explorer
Emoji Explorer is a lightweight web application developed by Bocaletto Luca that lets users browse a comprehensive, searchable, and paginated list of emojis. The app displays each emoji along with its corresponding Unicode code and descriptive name. It leverages an open-source dataset from Emojibase (via unpkg) and is built using HTML, CSS, JS, ...
https://github.com/bocaletto-luca/emoji-explorer
css3 emoji emojis emoticons html5 javascript lists opensource responsive utilities utility web-emoji webapp webdevloper
Last synced: 4 months ago
JSON representation
Emoji Explorer is a lightweight web application developed by Bocaletto Luca that lets users browse a comprehensive, searchable, and paginated list of emojis. The app displays each emoji along with its corresponding Unicode code and descriptive name. It leverages an open-source dataset from Emojibase (via unpkg) and is built using HTML, CSS, JS, ...
- Host: GitHub
- URL: https://github.com/bocaletto-luca/emoji-explorer
- Owner: bocaletto-luca
- License: gpl-3.0
- Created: 2025-05-28T17:09:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-12T05:58:47.000Z (about 1 year ago)
- Last Synced: 2025-06-12T06:46:33.257Z (about 1 year ago)
- Topics: css3, emoji, emojis, emoticons, html5, javascript, lists, opensource, responsive, utilities, utility, web-emoji, webapp, webdevloper
- Language: HTML
- Homepage: https://bocaletto-luca.github.io/
- Size: 20.5 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Emoji Explorer | WebApp
#### Author: Bocaletto Luca
[](https://bocaletto-luca.github.io/Emoji-Explorer/)
**Emoji Explorer** is a lightweight web application developed by **Bocaletto Luca** that lets users browse a comprehensive, searchable, and paginated list of emojis. The app displays each emoji along with its corresponding Unicode code and descriptive name. It leverages an open-source dataset from [Emojibase](https://emojibase.dev/) (via unpkg) and is built using HTML, CSS, JavaScript, and Bootstrap.
---
## Table of Contents
- [Features](#features)
- [Tech Stack](#tech-stack)
- [Demo](#demo)
- [Installation](#installation)
- [Usage](#usage)
- [Screenshots](#screenshots)
- [License](#license)
- [Author](#author)
---
## Features
- **Emoji Listing:** Displays a table of emojis with three columns: the emoji character, its Unicode code (e.g., U+1F600), and its descriptive name.
- **Search Functionality:** Real-time filtering based on emoji, Unicode code, or the emoji name.
- **Responsive Pagination:** The list is paginated (20 items per page) with dynamic page-number links that adjust with screen size.
- **Complete Dataset:** Uses the full dataset from Emojibase via a public unpkg URL.
- **Built with Modern Web Technologies:** No backend required – fully client‑side.
---
## Tech Stack
---
## Demo
You can try an online demo on GitHub Pages (if available) or run it locally.
_[Insert demo link if hosted]_
---
## Installation
1. **Clone the repository:**
```bash
git clone https://github.com/YourUsername/Emoji-Explorer.git
cd emoji-explorer
2. Start Webserver example Apache2 and open .html in web browser
#### Enjoi webApp | By Bocaletto Luca