Skip to content

LeetCode Profiles :- Generate your LeetCode Stats | Add your LeetCode Stats to the HallOfFame

License

Notifications You must be signed in to change notification settings

druvkotwani/leetcode-profiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

𝙻𝚎𝚎𝚝𝙲𝚘𝚍𝚎 𝙿𝚛𝚘𝚏𝚒𝚕𝚎𝚜

A platform to create your LeetCode statistics and showcase your LeetCode profile globally.

Screenshot 2023-11-23 154638 image

Languages/Tools

👩🏽‍💻 Demo

Check out the website: 𝙻𝚎𝚎𝚝𝙲𝚘𝚍𝚎 𝙿𝚛𝚘𝚏𝚒𝚕𝚎𝚜

🛠️ Installation Steps

1. Fork the project:

  • Fork the project. Click on the icon in the top right to get started.

2. Create a New Branch:

  • On your new repository's page, click the gray main button in the upper left to reveal a dropdown menu.
  • Enter the name of your new branch in the text box. (Branch names usually make a reference to what is being changed. Example: FixMargin).
  • Click on Create branch <new branch name> and this will automatically take you to your new branch. You can make edits on the main branch, but this may cause issues down the line. Best practice is to create a new branch for each separate issue you work on. That way, your main branch remains in sync with leetcode-profiles main branch.

3. Edit:

  • Do the desired changes, you want.

4. Raise a Pull Request:

🚀 Running Frontend

To run locally, just cd into the client and run the following commands to run node modules and serve the website locally.

yarn install 
yarn run dev

Drop a ⭐ if you like this project