Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.38 KB

README.md

File metadata and controls

52 lines (35 loc) · 1.38 KB

The Emojicons

The Emojicons is a web application that allows users to search for emojis and it's meaning. It is built using ReatJS, HTML, CSS and JavaScript.

Table of Contents

Installation

To install and run the Emojicons application, follow these steps:

  1. Clone the repository:

    git clone https://github.com/shivlloyd/the-emojicons.git
  2. Navigate to the project directory:

    cd the-emojicons
  3. Install dependencies:

    npm install
  4. Start the development server:

    npm start
  5. Open your browser and navigate to http://localhost:3000.

Usage

To use The Emojicons, you can visit the deployed site.

The Emojicons home page displays a search bar and a list of trending emojis. To search for an emoji, simply type in the search bar. The results will be displayed below the search bar.

Contributing

We welcome contributions from the community. If you would like to contribute to the project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature: git checkout -b my-feature-branch.
  3. Make changes and commit them: git commit -m "Add my feature".
  4. Push to the branch: git push origin my-feature-branch.
  5. Create a pull request.