DEV Community

Dream.Chayutpong
Dream.Chayutpong

Posted on

I created a website for sharing and copying your favorite emojis.

Image description

Ohmoji

Live: Demo
Source: Github

A fun and interactive emoji collection website for sharing and copying your favorite emojis.

Getting started

To run this project locally, you will need to have Node.js and npm (or Yarn) installed on your machine.

1.Clone the repository:

git clone https://github.com/DEATHTINYZ/ohmoji.git
Enter fullscreen mode Exit fullscreen mode

2.Navigate to the project directory:

cd ohmoji
Enter fullscreen mode Exit fullscreen mode

3.Install the dependencies:

npm install
# or
yarn install
Enter fullscreen mode Exit fullscreen mode

4.Run the development server:

npm run dev
# or
yarn dev
Enter fullscreen mode Exit fullscreen mode

The app will be available at http://localhost:3000.

Features

  • Emoji search functionality
  • View and copy emojis
  • Light/Dark theme toggle

Tech stack

  • Next.js: A framework for building server-rendered React apps
  • TypeScript: A typed superset of JavaScript
  • React: A JavaScript library for building user interfaces
  • Tailwind CSS: A utility-first CSS framework

Top comments (0)