Skip to content

tejus07/react-emoji-hub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Emoji Hub

This project is a React application that utilizes the Emoji Hub API to fetch and display emoji data in an interactive way.

Features

  • 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

Installation

To run this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/tejus07/react-emoji-hub.git
  2. Navigate into the project directory:

    cd react-emoji-hub
  3. Install dependencies:

    npm install
  4. Start the development server:

    npm start
  5. Open your browser and visit http://localhost:3000 to view the application.

Sandbox Link

You can view the project on CodeSandbox by following this link.

Additional Notes

  • 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.

Credits

This project was created by Tejus.