Emoji Finder is built on React utilizing emojione library to display the emoji icons on the webpage.
- Internet Connected Device
- Modern Web Browser
- Emojione Library
- Install React
npm install -g create-react-app
- Install Dependencies
npm install
- Download the zip to a directory you'll be working in.
- Unzip the file.
- cd emoji-finder
- Run
npm start
for dev server. - Navigate to http://localhost:3000/.
- The app will automatically reload if you change any of the source files.
- React Official Documentation
- StackOverflow