Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

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

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FF-ITEM-ID

licenselast-commitrepo-top-languagerepo-language-count

Built with the tools and technologies:

HTML5JavaScriptGitHub%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 theMIT License License. For more details, refer to theLICENSE file.



[8]ページ先頭

©2009-2025 Movatter.jp