A full-page color picker with mouse cursor and text display.
Explore the documentation »
View Demo
·
Report a Bug
·
Request a Feature
Table of Contents
This repository contains a color picker project that allows you to select colors ranging from black to white using your mouse cursor, with the selected color displayed as text below. When you click on any color on the page, it will be copied to the clipboard, and a text will appear on the screen confirming the copy. The color picker is hosted on GitHub Pages.
The project uses the following technologies:
- HTML
- CSS
- JavaScript
The page is optimized for all platforms (cross-browser) and has a Lighthouse score as shown below.
This project includes the following features:
- Easy-to-use color-picker with all the RGB colors.
- Click to copy colors to your clipboard.
- Styling focused on the best acessibility guidelines (using maximum contrast).
-
Clone this repository to your machine:
git clone https://github.com/your-username/color-picker.git
-
Open the index.html file in a web browser.
-
Use the mouse to select colors while moving it.
-
If you click on the selected color, a sliding notification will appear and show which color you selected and copy it to the clipboard.
- Add modal with instructios while opening the page.
- Update images of the README.md.
- Transform into a web app.
- Improve page structure, add tags, and optimize JavaScript delivery.
Found a bug or issue in the project? Follow the steps below:
-
Check if the bug has already been reported in our "Issues" section on GitHub: link to Issues.
-
If you don't find an existing report about the bug, click on "New Issue" to open a new bug report.
-
Provide a clear and descriptive title for the bug, along with a detailed description of the steps needed to reproduce it.
-
If possible, include screenshots, relevant code snippets, or any other information that may help identify and resolve the bug.
-
Click on "Submit Issue" to create the bug report.
Thank you for reporting bugs! If you would like to contribute with code, you can open a PR, and your participation is more than welcome.
This project is licensed under the MIT License.