TheAlgorithms / website

The Algorithms website providing GitHub's largest open-source algorithm library.
https://the-algorithms.com
MIT License
819 stars 173 forks source link

[FEATURE] Addition of a "Copy Code" button to the code interface #261

Open BamaCharanChhandogi opened 11 months ago

BamaCharanChhandogi commented 11 months ago

Summary

Increasing Access

  1. Enhanced Usability: The "Copy Code" button would simplify the task of copying code, reducing the need to manually select and copy text, which can be error-prone and time-consuming.
  2. Improved Productivity: Users can save time and effort when sharing or moving code within your platform, increasing overall productivity.
  3. User Satisfaction: Implementing user-requested features like this can enhance overall user satisfaction, demonstrating that you listen to and value user feedback.

Motivation

image

Detailed Description

Feature request details I propose the addition of a "Copy Code" button to the code editing interface. This button would allow users to easily copy the code from the text area created for writing and editing code. The feature aims to streamline the process of copying code snippets and would be particularly useful for users who frequently share code with others or need to move code between different parts of your platform

Screenshots/Mockups (if applicable)

No response

Additional Context

No response

Existing Issues

Alternatives Considered

No response

ShambhavII-Singh commented 11 months ago

Hi can you assign this to me?

BamaCharanChhandogi commented 11 months ago

There is no need to assign, You can work and raise pull requests.

prasad-chavan1 commented 11 months ago

@BamaCharanChhandogi Ive submitted pull request solving this issue

prasad-chavan1 commented 11 months ago

@maltejur Review PR regarding this issue

prasad-chavan1 commented 11 months ago

AJAmit17 commented 2 months ago

Added the copy button. Please do check the PR