This project was developed for a competition and is built using React. It aims to display emojis that are fetched from api "https://emojihub.yurace.pro/api/all" in a card.
-
[Features]
- npm install
- npm start
- Implemented fetching emoji data from the provided api.
- Displayed fetched data in a card with details(name, emoji, category, group).
- Displayed only 10 cards and pagination added.
- Category filter added to filter emoji's based on category.
https://skoly1.github.io/emoji-hub/
Follow these steps to install and set up the project locally:
- Navigate to the project directory.
- Run
npm install
to install the project dependencies. - Run
npm start
to start the project.
- Run
npm start
to start the development server. - Open your web browser and visit
http://localhost:3000
to view the project.