Skip to content

Latest commit

 

History

History
108 lines (99 loc) · 4.18 KB

File metadata and controls

108 lines (99 loc) · 4.18 KB

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. License

Project Structure

└── ffitems
       ├── CNAME
       ├── 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
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
  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/joya-das/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