- Notifications
You must be signed in to change notification settings - Fork18
ItemID Website - An open-source tool to retrieve the item IDs for Free Fire items.
License
NotificationsYou must be signed in to change notification settings
jinix6/ItemID
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
FF-ITEM-ID
Built with the tools and technologies:
└── ItemID/ ├── .github │ ├── ISSUE_TEMPLATE │ │ └── bug_report.md │ └── workflows │ ├── Auto-Tagger.yml │ ├── Compress-Images.yml │ ├── Duplicate-code-checker.yml │ ├── Prettier-Action.yml │ └── static.yml ├── CONTRIBUTING.md ├── License ├── README.md ├── assets │ ├── cdn.json │ ├── itemData.json │ ├── ob46_added_itemData.json │ ├── ob47_added_itemData.json │ └── pngs.json ├── images.xml ├── index.html └── src ├── Util.js ├── global.css ├── loc.js ├── script.js └── style.css
- 🐛Report Issues: Submit bugs found or log feature requests for the
ItemID
project. - 💡Submit Pull Requests: Review open PRs, and submit your own PRs.
Contributing Guidelines
- Fork the Repository: Start by forking the project repository to your github account.
- Clone Locally: Clone the forked repository to your local machine using a git client.
git clone https://github.com/jinix6/ItemID
- Create a New Branch: Always work on a new branch, giving it a descriptive name.
git checkout -b new-feature-x
- Make Your Changes: Develop and test your changes locally.
- Commit Your Changes: Commit with a clear message describing your updates.
git commit -m'Implemented new feature x.'
- Push to github: Push the changes to your forked repository.
git push origin new-feature-x
- Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.
- Review: Once your PR is reviewed and approved, it will be merged into the main branch. Congratulations on your contribution!
This project is protected under theMIT License License. For more details, refer to theLICENSE file.
About
ItemID Website - An open-source tool to retrieve the item IDs for Free Fire items.