Skip to content

Hey 🥸, This is placeholder project where I would be storing my solved Leetcode programs. Come lets all learn together from this Project 🍻

License

Notifications You must be signed in to change notification settings

jsvigneshkanna/leetcode_solutions_website

Repository files navigation

LeetCode Solved Programs

GitHub issues GitHub Pull Requests GitHub forks GitHub stars

🥸 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

Astro TailwindCSS LeetCode

Like to contribute to us by code/ design?

Please follow the contributing guide for this repo. Anything that is not followed will not be entertained as contribution.

Like to contribute to us with money?

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.

Getting started to contribute/use

  1. 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
  2. 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> 
  3. Install dependencies
    npm install
    
  4. Run code locally
    npm run dev
    
  5. Go to localhost:3000
  6. Make the changes in code and test these. (Astro with Tailwind CSS)
  7. After changes are ready, commit the changes:
    git add <changed_file> 
    git commit -m "commit message"
  8. Push the changes to origin
    git push origin <branch_name>
  9. After that, just create a new Pull Request in your GitHub account. (It should appear after commits were pushed)

Contributors 🎉

These people are sole backbone for this software. Want to get place in below hall of fame? join our community

About

Hey 🥸, This is placeholder project where I would be storing my solved Leetcode programs. Come lets all learn together from this Project 🍻

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published