🥸 Hey, this is a project where I would be storing my solutions to my LeetCode problems. Come let's all learn together from this project! 🍻
Link to website here
Please follow the contributing guide for this repo. Anything that is not followed will not be entertained as contribution.
This contribution is not forced but very welcomed! This will help us with maintainance costs and keeping the website running well in the long run.
- Click on the
Fork
button on top to create a forked repository under your own GitHub account. In your local machine, clone your forked repository this command:git clone https://github.com/<your-username>/leetcode_solved_programs.git cd leetcode_solved_programs
- After you choose the issue create new branch. (Use issue specifying either documentation, bug or feature than issue number and what should be done)
git checkout -b <branch_name>
- Install dependencies
npm install
- Run code locally
npm run dev
- Go to
localhost:3000
- Make the changes in code and test these. (Astro with Tailwind CSS)
- After changes are ready, commit the changes:
git add <changed_file> git commit -m "commit message"
- Push the changes to origin
git push origin <branch_name>
- After that, just create a new Pull Request in your GitHub account. (It should appear after commits were pushed)
These people are sole backbone for this software. Want to get place in below hall of fame? join our community