leetcode-profiles
leetcode-profiles copied to clipboard
LeetCode Profiles :- Generate your LeetCode Stats | Add your LeetCode Stats to the HallOfFame
trafficstars
π»ππππ²πππ πΏπππππππ
A platform to create your LeetCode statistics and showcase your LeetCode profile globally.
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
mainbutton 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, yourmainbranch remains in sync withleetcode-profilesmainbranch.
3. Edit:
- Do the desired changes, you want.
4. Raise a Pull Request:
- And finally, create a Pull Request!
- Great job!
π 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