A simple emoji search tool made with ReactJS.
View it live: https://react-emoji-search.braydentw.vercel.app
This project was bootstrapped with Create React App.
To use this tool in your own projects, start by cloning this repository.
git clone https://github.com/BraydenTW/react-emoji-search
Then once the folder is inside your code editor, install all the necessary packages.
yarn install
Once you are ready and have made changes, run:
yarn start
This runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Once you have finished developing the app and are ready to build, run:
yarn build
This builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
Made by @BraydenTW