Let's learn the concepts of git and take the first step towards contributing to open source.
- To get an experience of how teams collaborate, gather your friends! You'll need a team of 3 people.
- One person from the lead should fork this repository and add other team members as collaborator.

- Clone the Forked Repository.

- Create a new branch with the branch name
<your-name>-card. - Checkout to this newly created branch.
- Add your information in the
/data/contributors.jsonfile. - Add your changes to the staging area.
- Commit your changes.
- Push the changes to your branch.
- Create Pull Request.
- Tada! You did it!