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.
- Copy lines 45-52 from the
index.js - Paste it below and update it with your information.
- Add your changes to the staging area.
- Commit your changes.
- Push the changes to your branch.
- Create Pull Request.
- Tada! You did it!