Skip to content

smartoolhanif/FFItems

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FF ITEMS

An OpenSource Free Fire Item Search Website. Search by Keywords Name, Icon Name & Item ID!


Table of Contents

1. Project Structure
2. Project Index
3. Contributing
4. License

Project Structure

╰─ 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.css

Project Index

FF ITEMS
main
README.md
LICENSE
assets/
src/
index.html
assets
error-404.png
og.png
app.json
header.png
src
styles.css
script.js

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/starexxx/FFItems
  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!

License

This project is released under the MIT License

About

FFItems website that retrieve Item Information

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 47.1%
  • HTML 28.0%
  • JavaScript 24.9%