FF ITEMS
An OpenSource Free Fire Item Search Website. Search by Keywords Name, Icon Name & Item ID!
1. Project Structure
2. Project Index
3. Contributing
4. License
╰─ FFItems
     ├─ .github
     │   ╰─ ISSUE_TEMPLATE
     │     ╰─ bug_report.md
     ├─ 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 assets/ src/ index.html 
assets
error-404.png og.png app.json header.png 
src
styles.css script.js 
- Report Issues: Submit bugs or feature requests for the 
FFItemsproject. - Submit Pull Requests: Review open PRs and submit your own.
 
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/starexxx/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