{"id":28796190,"url":"https://github.com/bocaletto-luca/emoji-explorer","last_synced_at":"2026-04-03T10:32:40.837Z","repository":{"id":296040098,"uuid":"992134314","full_name":"bocaletto-luca/Emoji-Explorer","owner":"bocaletto-luca","description":"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, ...","archived":false,"fork":false,"pushed_at":"2025-06-12T05:58:47.000Z","size":21,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-12T06:46:33.257Z","etag":null,"topics":["css3","emoji","emojis","emoticons","html5","javascript","lists","opensource","responsive","utilities","utility","web-emoji","webapp","webdevloper"],"latest_commit_sha":null,"homepage":"https://bocaletto-luca.github.io/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bocaletto-luca.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-28T17:09:32.000Z","updated_at":"2025-06-12T05:58:50.000Z","dependencies_parsed_at":"2025-05-28T18:30:16.933Z","dependency_job_id":"162b8bb0-1e66-4167-8ed1-e352f9147f5d","html_url":"https://github.com/bocaletto-luca/Emoji-Explorer","commit_stats":null,"previous_names":["bocaletto-luca/emoji-explorer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bocaletto-luca/Emoji-Explorer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bocaletto-luca%2FEmoji-Explorer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bocaletto-luca%2FEmoji-Explorer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bocaletto-luca%2FEmoji-Explorer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bocaletto-luca%2FEmoji-Explorer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bocaletto-luca","download_url":"https://codeload.github.com/bocaletto-luca/Emoji-Explorer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bocaletto-luca%2FEmoji-Explorer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260477933,"owners_count":23015066,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css3","emoji","emojis","emoticons","html5","javascript","lists","opensource","responsive","utilities","utility","web-emoji","webapp","webdevloper"],"created_at":"2025-06-18T03:11:28.300Z","updated_at":"2026-04-03T10:32:40.825Z","avatar_url":"https://github.com/bocaletto-luca.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Emoji Explorer | WebApp\n#### Author: Bocaletto Luca\n\n[![Test Online](https://img.shields.io/badge/Test%20Online-Click%20Here-brightgreen?style=for-the-badge)](https://bocaletto-luca.github.io/Emoji-Explorer/)\n\n**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.\n\n---\n\n## Table of Contents\n\n- [Features](#features)\n- [Tech Stack](#tech-stack)\n- [Demo](#demo)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Screenshots](#screenshots)\n- [License](#license)\n- [Author](#author)\n\n---\n\n## Features\n\n- **Emoji Listing:** Displays a table of emojis with three columns: the emoji character, its Unicode code (e.g., U+1F600), and its descriptive name.\n- **Search Functionality:** Real-time filtering based on emoji, Unicode code, or the emoji name.\n- **Responsive Pagination:** The list is paginated (20 items per page) with dynamic page-number links that adjust with screen size.\n- **Complete Dataset:** Uses the full dataset from Emojibase via a public unpkg URL.\n- **Built with Modern Web Technologies:** No backend required – fully client‑side.\n\n---\n\n## Tech Stack\n\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 8px; align-items: center;\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/HTML5-%23E34F26.svg?style=flat\u0026logo=html5\u0026logoColor=white\" alt=\"HTML5 Badge\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/CSS3-%231572B6.svg?style=flat\u0026logo=css3\u0026logoColor=white\" alt=\"CSS3 Badge\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/JavaScript-%23F7DF1E.svg?style=flat\u0026logo=javascript\u0026logoColor=black\" alt=\"JavaScript Badge\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Bootstrap-7952B3.svg?style=flat\u0026logo=bootstrap\u0026logoColor=white\" alt=\"Bootstrap Badge\" /\u003e\n\u003c/div\u003e\n\n---\n\n## Demo\n\nYou can try an online demo on GitHub Pages (if available) or run it locally.  \n_[Insert demo link if hosted]_  \n\n---\n\n## Installation\n\n1. **Clone the repository:**\n\n   ```bash\n   git clone https://github.com/YourUsername/Emoji-Explorer.git\n   cd emoji-explorer\n2. Start Webserver example Apache2 and open .html in web browser\n\n#### Enjoi webApp | By Bocaletto Luca\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbocaletto-luca%2Femoji-explorer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbocaletto-luca%2Femoji-explorer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbocaletto-luca%2Femoji-explorer/lists"}