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.
To install and run the Emojicons application, follow these steps:
-
Clone the repository:
git clone https://github.com/shivlloyd/the-emojicons.git
-
Navigate to the project directory:
cd the-emojicons
-
Install dependencies:
npm install
-
Start the development server:
npm start
-
Open your browser and navigate to
http://localhost:3000
.
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.
We welcome contributions from the community. If you would like to contribute to the project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature:
git checkout -b my-feature-branch
. - Make changes and commit them:
git commit -m "Add my feature"
. - Push to the branch:
git push origin my-feature-branch
. - Create a pull request.