Herbalife site for a marketing project
- See a graph with your sales and money
- Your wallet
- See a catalogues of products
- React + Vite
- React Icons
- React Charts
Emoji | Commit type or Scope | Description |
---|---|---|
✨ | feat | feat: a new feature |
🐛 | fix | fix: a bug fix |
📚 | docs | docs: documentation only changes |
💎 | style | style: changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc) |
♻️ | refactor | refactor: a code change that neither fixes a bug nor adds a feature |
⚡ | perf | perf: a code change that improves performance |
🚨 | test | test: adding missing or correcting existing tests |
🔧 | chore | chore: changes to the build process or auxiliary tools and libraries such as documentation generation |
🚀 | chore-release | chore(release): code deployment or publishing to external repositories |
🔗 | chore-deps | chore(deps): add or delete dependencies |
📦 | build | build: changes related to build processes |
👷 | ci | ci: updates to the continuous integration system |
🚀 | release | code deployment or publishing to external repositories |
🔒 | security | Fixing security issues. |
🌐 | i18n | Internationalization and localization. |
💥 | breaking | Introducing breaking changes. |
⚙️ | config | Changing configuration files. |
➕ | add | add something |
➖ | remove | remove something |