@@ -55,28 +55,26 @@ Check out the website: [𝙻𝚎𝚎𝚝𝙲𝚘𝚍𝚎 𝙿𝚛𝚘𝚏𝚒
5555
5656
5757 ### 👇🏽 File Format
58- | Key | Value |
59- | ------------------| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
60- | fullName | This value should be your real name. |
61- | image | URL to your profile image. |
62- | username | This value should be your Twitter username (𝕏). |
63- | badgeImg | URL to your badge image or an empty string if not available. |
64- | rank | Your rank on LeetCode. |
65- | easySolved | Number of easy problems solved on LeetCode. |
66- | easyTotal | Total number of easy problems on LeetCode. |
67- | easyBeats | Number of easy problems beaten on LeetCode. |
68- | mediumSolved | Number of medium problems solved on LeetCode. |
69- | mediumTotal | Total number of medium problems on LeetCode. |
70- | mediumBeats | Number of medium problems beaten on LeetCode.|
71- | hardSolved | Number of hard problems solved on LeetCode.|
72- | hardTotal | Total number of hard problems on LeetCode.|
73- | hardBeats | Number of hard problems beaten on LeetCode.|
74- | totalSolved | Total number of problems solved on LeetCode.|
75- | totalQuestions | Total number of questions available on LeetCode.|
76- | linkedin | {link: Link, text: text}|
77- | twitter | {link: Link, text: text}|
78- | github | {link: Link, text: text}|
79- | website | {link: Link, text: text} |
58+ - ` userName(String) = druv_kotwani `
59+ - ` website(Map) = {link: https://dhruvkotwani.me/, text: dhruvkotwani.me} `
60+ - ` badgeImg(String) = https://leetcode.com/static/images/badges/dcc-2023-10.png `
61+ - ` mediumBeats(String) = 85.6% `
62+ - ` easyBeats(String) = 96.9% `
63+ - ` totalQuestions(Number) = 2940 `
64+ - ` fullName(String) = Dhruv Kotwani `
65+ - ` github(Map) = {link: https://github.com/druvkotwani, text: druvkotwani} `
66+ - ` image(String) = https://assets.leetcode.com/users/avatars/avatar_1672478903.png `
67+ - ` hardBeats(String) = 77.62 `
68+ - ` totalSolved(Number) = 282 `
69+ - ` easySolved(String) = 165 `
70+ - ` linkedin(Map) = {link: https://linkedin.com/in/dhruv-kotwani, text: dhruv-kotwani} `
71+ - ` rank(String) = 230,203 `
72+ - ` easyTotal(String) = 746 `
73+ - ` mediumSolved(String) = 97 `
74+ - ` hardTotal(String) = 645 `
75+ - ` hardSolved(String) = 20 `
76+ - ` twitter(Map) = {link: https://twitter.com/druv_kotwani, text: druv_kotwani} `
77+ - ` mediumTotal(String) = 1549 `
8078
81796 . ** Replace the firebaseConfig inside firebase.js with your actual apiKeys, and rest of the data**
82807 . ** Add now you are good to go**
0 commit comments