emoji-rating
Web Component for emoji-based rating (instead of stars)
Installation
npm install emoji-rating
Setup
git clone git@github.com:dkundel/emoji-rating.gitcd emoji-ratingnpm install
Contributing
Contributions are always welcomed! Feel free to create an issue or submit a pull request for any changes.
How to create a PR
If your change is in one of the Markdown files, the easiest path might be to use GitHub's "Edit File" functionality. For any code-related changes you want to:
- Fork the repository
- Clone your fork & install dependencies on your computer:
git clone git@github.com:YOUR_GITHUB_NAME/emoji-rating.gitcd emoji-ratingnpm install
- Create a branch for your changes
- Make changes
- Run
npm test
before commiting. - Create a Pull Request
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
Contributors
Thanks goes to these wonderful people (emoji key):
Dominik Kundel 💻 🎨 🤔 👀 📖 |
---|
This project follows the all-contributors specification. Contributions of any kind welcome!
License
MIT