Skip to content
View ankit-kaushal's full-sized avatar
🎯
Targeting my Goal
🎯
Targeting my Goal

Highlights

  • Pro
Block or Report

Block or report ankit-kaushal

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ankit-kaushal/README.md

Hey, Ankit here!

Linkedin Badge Gmail Badge

visitors

Who am I?

 const WhoAmI = {
   name: 'Ankit',
   surname: 'Kaushal',
   fullName: function () {
     return function () {
       console.log(this.name + ' ' + this.surname);
     }.bind(this);
   },
   current_work: 'Cogoport Pvt Ltd',
 };

 const myName = WhoAmI.fullName();
 myName();
   
 function getCity() {
   return 'Bokaro, Jharkhand';
 }

πŸ”₯ My contribution streak

⬇ Scroll down to see my repos! ⭐ Stars are appreciated!

πŸ“ˆ Github Stats

πŸ“Š GitHub Profile Stats
ankit-kaushal's Github Stats
πŸ’» Most used languages
Ankit Kaushal's Top Languages
Note: This chart is only a metric of which languages my public code on GitHub consists of and does not reflect my experience or skill level.

Other Stuff

  • :octocat: My Resume
  • If you have any suggestions for me, feel free to inform me.

Pinned

  1. Code-Player Code-Player Public

    Online HTML, CSS and JavaScript real time editor.

    JavaScript

  2. ankit-kaushal.github.io ankit-kaushal.github.io Public

    My personal website

    CSS

  3. hackatron19/sabal hackatron19/sabal Public archive

    IIIt Kalyani

    Java 1 2

  4. On-road-Obstacle-Detection On-road-Obstacle-Detection Public

    Detecting objects on road in the context of Autonomous Vehicle

    Python 1

  5. V2dha/NOvid-20 V2dha/NOvid-20 Public

    An online doctor and a health assistant, whenever and wherever you need with solution to foretell the likelihood of being in vicinity of COVID-19 using ML and AI

    CSS 6 6

  6. VaxSlotSearch VaxSlotSearch Public

    COVID-19 Vaccination Slot Finder

    CSS