Welcome, here you will be learning how to add some special badges to your repository.
There are many GitHub badges available on the internet, here are the top five most informative badges to include in your README file. Markdown code is provided for every badge that I have listed below :
Contributors badge displays images of all the people who have contributed to your Repository. It's really a good habit to credit the contributors who have invested their time in providing an update to your repository. All you need to do is copy the code below in your README file

Do not forget to replace Your_GitHub_Username and Your_GitHub_Repository_Name in the given link.
The Repository View Counter badge displays the number of times your Repository has been viewed. To generate this badge, add the following Markdown code:

Do not forget to replace Paste_Your_GitHub_Repository_Link_Here in the given link.
The random joke generator will generate a technical joke in the form of questions and answers. For instance, “Why do Programmers use dark mode? Ans : Because light attract Bugs”. To add the Random Jokes to your repository, add the Markdown code below to your README file.
## 😂 Here is a random joke that'll make you laugh! 
This badge displays the percentage of languages such as Java, HTML, CSS, JavaScript, etc that have been used by you throughout GitHub. To add the Most Used Languages badge to your repository, add the Markdown code below to your README file.

Do not forget to replace Your_GitHub_Username in the given link.
The GitHub Stats badge displays the total Stars, Commits, Pull Requests, Issues, and Contributions made by you.To add the GitHub Stats badge to your repository, add the Markdown code below to your README file.

Do not forget to replace Your_GitHub_Username in the given link.