Skip to content

beniusis/emojilicious

Repository files navigation

emojilicious

emojilicious is a simple emoji 🤪 search 🔍 application. Need to find an emoji based on the special word? Type it in and see whether there are any suitable emojis to use!

Table of Contents

Overview

Features

  • Search: users are able to search for emojis by name.
  • Copy: users are able to copy emojis to clipboard by pressing on them.
  • Dark Mode: users are able to switch between light/dark theme modes.
  • Responsive Design: ensuring a seamless user experience across all devices.

Technologies and Tools

Screenshots

Setup the Development Environment

Install the required dependencies

npm install

Compile and Hot-Reload for Development

npm run dev