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
codes
folder under the corresponding folder for the type of problem - For reference, have a look at LongestCommonSubstring.md
- Follow the
How to contribute
guidelines - Github will automatically fork the repo to your account and create a Pull Request
- Fork the repo
- Clone the forked repo
- Run
yarn install
ornpm run install
to install the packages - Run
yarn start
ornpm run start
to start the project - Follow the
How to contribute
guidelines - Stage changes
- Create a commit
- Push the updated commits
- Create a Pull Request