An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Emoji Explorer | WebApp
#### Author: Bocaletto Luca

[![Test Online](https://img.shields.io/badge/Test%20Online-Click%20Here-brightgreen?style=for-the-badge)](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


HTML5 Badge
CSS3 Badge
JavaScript Badge
Bootstrap Badge

---

## 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