Giter Site home page Giter Site logo

codesynchub's Introduction

CodeSyncHub

Introduction

Hello! After LeetHub was discontinued, I found myself using several tools that would work for a while and then stop. As a result, I decided to build CodeSyncHub as a replacement. Please note that the name is a placeholder for now, and I might change it in the near future. This is an open-source project, and contributions are warmly welcomed. Please refer to the docs directory, which will contain the relevant documentation. It will eventually move to the Wiki page.

Vision

My vision for CodeSyncHub is to create an indispensable tool for coding enthusiasts and professionals. I aim to seamlessly integrate coding practice with professional portfolios, thereby enhancing the visibility of problem-solving skills and technical proficiency.

Objectives

  • Automate Synchronization: To facilitate the automatic syncing of code submissions from LeetCode to a user's chosen GitHub repository.
  • Enhance Portfolio Management: To help users maintain an organized and up-to-date portfolio of their coding exercises.
  • User-Centric Features: To develop features that add value for users, like categorizing problems by difficulty, tagging solutions for easy reference, and adding custom notes for each problem.
  • Community Collaboration and Feedback: To encourage open-source contributions for continual improvement and feature additions.
  • Scalability and Reliability: To ensure robust performance, capable of handling a large number of users and submissions.
  • Expand Compatibility: Long-term, I aim to expand the tool's functionality to include integration with other coding platforms and support various programming languages.

Acknowledgements

License

CodeSyncHub is released under the MIT License.

Contributing

Contributions to CodeSyncHub are always welcome! Please read CONTRIBUTING.md for guidelines on how to make a contribution. The relevant documentation and styling guide is present in the docs directory.

Discussions and Issues

  • For general discussions, questions, and ideas, please use the Discussions tab.
  • For reporting bugs or requesting new features, feel free to open an issue in the Issues section.

Roadmap and Progress

Check out our Projects tab to see the current roadmap and track the progress of ongoing tasks.

codesynchub's People

Contributors

arayofcode avatar

Stargazers

Philosophers Who Code avatar

Watchers

 avatar

codesynchub's Issues

Automatic enforcement of style guide

So far, the development has not really enforced any style guidelines. Given one is in place now, there is a need to work on enforcing the guidelines at two places:

  1. Contributor's local machine
  2. GitHub CI

For contributor's local machine, autopep8 and flake8 are to be installed. There also needs to be some CI/CD that triggers on push to enforce styling

One commit for each submission

Describe the Bug
According to the current process, for each submission, the program creates a new commit. Hence, if there are 100 submissions, this code will create 100 new commits. This is too high and needs to be fixed. Instead of 200 commits, maybe there can be a single commit that adds all the files at once?

Screenshots
image

Environment (please complete the following information):

  • OS: Windows 10
  • Browser Chrome

Additional Context
Add any other context about the problem here.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.