This project is a simple React application that allows users to search for emojis and copy them to their clipboard. The application uses a pre-defined list of emojis in JSON format.
-React -HTML -CSS -JavaScript
- Clone the repository.
- Open a terminal window and navigate to the project directory.
- Run npm install to install the required dependencies.
- Run npm start to start the application.
- Open your browser and navigate to http://localhost:3000.
- Search for emojis by name or keyword.
- Copy an emoji to your clipboard with a single click.
- Responsive design for use on desktop and mobile devices.
This project includes basic unit tests using the @testing-library/react library. To run the tests, use the command npm test.
This project is a simple example of a React application that uses a pre-defined JSON data source to display information to the user. It also includes basic unit tests to ensure that the application is functioning correctly.