Skip to content

DeliriumProducts/gh-favlang

Repository files navigation

forthebadge



GitHub Favorite Language

Ever wondered what is someone's favorite programming language? This tool determines what is the given user favorite programming language based on the top most used language in his GitHub repos.

gh-favlang is a web app that is meant to be used mostly by the programming geeks out there who are curious to know what is the preferred programming language according to user's preferences/requirements.

Getting Started

  • Clone the repository
  • Install the dependencies using npm
npm install
  • Install parcel globally
npm install parcel -g
  • Run server using parcel
parcel index.html
  • Deploy using npm script
npm run deploy