An open-source React-based platform to serve as a common platform for programming questions with variety of solutions.
- Create a markdown file in the
codesfolder under the corresponding folder for the type of problem - For reference, have a look at LongestCommonSubstring.md
- Follow the
How to contributeguidelines - Github will automatically fork the repo to your account and create a Pull Request
- Fork the repo
- Clone the forked repo
- Run
yarn installornpm run installto install the packages - Run
yarn startornpm run startto start the project - Follow the
How to contributeguidelines - Stage changes
- Create a commit
- Push the updated commits
- Create a Pull Request