LeaderBoard Web part for Android Club Contribution Instructions Clone the repository Create a new branch from the original following nomenclature of username/label/issue-name Example- git checkout -b neeleshrj/component/top-bar Run the command npm i inside the folder where you cloned to install all the necessary node modules Work on your issue -> commit -> push Send a Pull Request to be reviewed and worked upon Note 1: Only create Functional components, don't create class based components. Note 2: Please work only on the file required for the issue, any changes done in other files can cause merge conflicts. Note 3: After testing out your component/screen/feature in App.js, revert App.js to original state.