Skip to content

asrvd/octocolor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

12 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŒˆOctoColor

๐Ÿค” Wanna know what's your GitHub Profile Color?
๐Ÿฑ Head over to https://octocolor.vercel.app

๐Ÿฑโ€๐Ÿ’ป How does GitColor work?

The idea is simple. We get the language info for all of a user's GitHub Repositories using GhPolyGlot and then we use the top 2 languages as a reference to determine the color of the user's GitHub profile. Once we get the info about the top 2 languages, we blend the the colors using the Mix CSS Color library. Then we simply use Name that Color library to get the name of the unique color generated by the app. And we're done! ๐Ÿš€

๐Ÿš€ Running Locally

Clone the repos's main branch.

$ git clone -b main https://github.com/asheeeshh/octocolor.git

Install dependencies, make sure you have nodejs and npm installed.

$ npm install

Run the app.

$ npm run dev

โš– License

MIT License

โœ’ Ending Note

  • Consider giving the repo a โญ if you liked the project!
  • Follow me and checkout my other projects!