This project demonstrates a simple implementation of copy-to-clipboard functionality using jQuery and SASS (SCSS). It provides a straightforward way to copy text from a <textarea> element to the user's clipboard with a click of a button.
Copy Text: Allows users to copy text from a <textarea> by clicking a dedicated button.
Visual Feedback: Displays a brief confirmation message when text is successfully copied.
jQuery: Used for DOM manipulation and handling click events.
SASS (SCSS): Enhances CSS with variables, nesting, and more, compiled into standard CSS for styling.
Ensure compatibility with modern browsers, especially for the Clipboard API used in main.js.
Customize styles and behavior as needed for your specific application.
FontAwesome: Utilized for the copy icon (ensure to include the correct CDN link in index.html).
Google Fonts: Used for typography (Montserrat and Playfair Display).
This project is licensed under the MIT License. See the LICENSE file for details.