sifatul / codies

An open source project to track profiles of developers and show their info in a single page so that recruiters/peer developers do not have to visit many different platform
https://find-profile.vercel.app/
MIT License
15 stars 14 forks source link

main page update #23

Open sifatul opened 2 years ago

sifatul commented 2 years ago

Main page needs to show the following data:

from store/github

  1. count of total repository from store/github
  2. summary/preview card of top two repository (owner user)
  3. summary/preview card of top two repository (forked by the user)

    from store/codepen

  4. total count of pens
  5. summary/preview card of top two pens (owner user)
  6. if 2 is not possible, summary/preview card of two most recent pens (owner user)

    from store/leetcode

    1. count of total no of problem solved
    2. count of problem solved in each language
    3. count of problem solved in each tag (advanced, medium, fundamental)

    from store/hackerrank

  7. followers_count
  8. work experience
  9. total submissions

    from store/medium

  10. summary/preview card of top two most recent articles