Skip to content
/ ItemID Public

ItemID Website - An open-source tool to retrieve the item IDs for Free Fire items.

License

Notifications You must be signed in to change notification settings

jinix6/ItemID

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FF-ITEM-ID

license last-commit repo-top-language repo-language-count

Built with the tools and technologies:

HTML5 JavaScript GitHub%20Actions


🔗 Table of Contents


📁 Project Structure

└── 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

📂 Project Index

ITEMID/
__root__
License
index.html
.github
workflows
Auto-Tagger.yml
Duplicate-code-checker.yml
static.yml
Compress-Images.yml
Prettier-Action.yml
src
style.css
Util.js
script.js
loc.js
global.css

🔰 Contributing

Contributing Guidelines
  1. Fork the Repository: Start by forking the project repository to your github account.
  2. Clone Locally: Clone the forked repository to your local machine using a git client.
    git clone https://github.com/jinix6/ItemID
  3. Create a New Branch: Always work on a new branch, giving it a descriptive name.
    git checkout -b new-feature-x
  4. Make Your Changes: Develop and test your changes locally.
  5. Commit Your Changes: Commit with a clear message describing your updates.
    git commit -m 'Implemented new feature x.'
  6. Push to github: Push the changes to your forked repository.
    git push origin new-feature-x
  7. Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.
  8. Review: Once your PR is reviewed and approved, it will be merged into the main branch. Congratulations on your contribution!
Contributor Graph


🎗 License

This project is protected under the MIT License License. For more details, refer to the LICENSE file.