This project is a React application that utilizes the Emoji Hub API to fetch and display emoji data in an interactive way.
- Fetches emoji data from the cheatsnake/emojihub Repo
- Utilizes MVP.css for minimal styling
- Implements data binding
- Utilizes destructuring for cleaner code
- Includes meaningful React components
- Responsive UI
- Implements search functionality for emoji
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/tejus07/react-emoji-hub.git
-
Navigate into the project directory:
cd react-emoji-hub
-
Install dependencies:
npm install
-
Start the development server:
npm start
-
Open your browser and visit
http://localhost:3000
to view the application.
You can view the project on CodeSandbox by following this link.
- Feel free to explore and interact with the emoji data.
- If you encounter any issues or have suggestions for improvement, please feel free to open an issue on GitHub.
This project was created by Tejus.