/randomoji

Random Emoji Generator

Primary LanguageVue

About The Project

Randomoji

image Generate random emoji using Vue 3 + Emoji API

Getting Started

Prerequisites

Install NPM on your local machine.

  • npm
    npm install npm@latest -g

Installation

  1. Clone this repo
    git clone https://github.com/dandheedge/randomoji
  2. Install NPM packages
    npm install
  3. Running in your browser
    npm run dev
  4. Testing with test case
    npm run test