Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geetesh-gupta/code-with-gg
An open-source common platform for programming questions with variety of solutions.
https://github.com/geetesh-gupta/code-with-gg
code coding javascript programming programming-solutions progressive-web-app pwa react reactjs
Last synced: 15 days ago
JSON representation
An open-source common platform for programming questions with variety of solutions.
- Host: GitHub
- URL: https://github.com/geetesh-gupta/code-with-gg
- Owner: geetesh-gupta
- Created: 2020-06-01T12:10:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T07:35:56.000Z (almost 2 years ago)
- Last Synced: 2024-10-28T13:28:48.892Z (2 months ago)
- Topics: code, coding, javascript, programming, programming-solutions, progressive-web-app, pwa, react, reactjs
- Language: JavaScript
- Homepage: https://codewithgg.geeteshgupta.codes/
- Size: 2.8 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
An open-source React-based platform to serve as a common platform for programming questions with variety of solutions.
## How to contribute
- 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](https://github.com/geetesh-gupta/code-with-gg/blob/master/codes/dp/LongestCommonSubString.md)## To contribute directly via Github interface
- Follow the `How to contribute` guidelines
- Github will automatically fork the repo to your account and create a Pull Request## To setup the project locally
- Fork the repo
- Clone the forked repo
- Run `yarn install` or `npm run install` to install the packages
- Run `yarn start` or `npm 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