đź§­ Detailed Guide

1) Fork & Clone

git clone https://github.com/sapnendra/filterusers.git
cd filterusers

2) Create a Feature Branch

git checkout -b add-<your-username>-card
Branch names are lowercase-with-dashes. One task = one branch.

3) Edit the users Array

Image URL tips

4) Test Locally

5) Commit & Push

git add .
git commit -m "Add <your-name> card"
git push -u origin add-<your-username>-card

6) Open a Pull Request

git commit -m "Address review: updated image URL"
git push

âś… Checklist (Before You Open PR)


đź§© Troubleshooting


🤝 Contribution Guidelines