FF ITEMS
An OpenSource Free Fire Item Search Website. Search by Keywords Name, Icon Name & Item ID!
1. Project Structure
2. Project Index
3. License
└── ffitems
├── CNAME
├── CONTRIBUTING.md
├── LICENSE
├── README.md
├── assets
│ ├── app.json
│ ├── error-404.png
│ ├── header.png
│ └── og.png
├── index.html
└── src
├── script.js
└── styles.cssFF ITEMS
main
README.md LICENSE CNAME assets/ .github/ src/ index.html
assets
error-404.png og.png app.json header.png
src
styles.css script.js
.github
ISSUE_TEMPLATE/ bug_report.md
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/joya-das/ffitems
- 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 released under the MIT License