A website that allows users to find and copy emoji directly to their clipboard.
Install node package manager npm. You should be able to run the following commands.
node --version
npm --version
git clone https://github.com/Nalhin/emoji
cd emoji
npm install
node emojiParser.js
npm run start
Emoji Picker uses data from Unicode.
emojiParser.js allows you to parse data directly from that website and save it to local json file. (Check folder names!)
React, Redux, node.js, Sass.
- Scrapping and parsing simple websites with node.js.
- Parsing files in node.js.
- React refs.
- Basics of Redux.
- Local storage.
- Scss.
- Debouncing and Throttling.
- BEM.
- Prop Types.
This project is licensed under the MIT License - see the LICENSE.md file for details.