Skip to content

This Repository is made for developers facing problem in choosing Gradients Color for their website, Blogs etc. Do Contribute to this repository if you feel something missing.

License

MehulGarg22/ColorPicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website Image

Welcome

This Repository is made for developers facing problem in choosing Gradients Color for their website, Blogs etc. Do Contribute to this repository if you feel something missing.
Best of Luck.
✨ Link: https://colorpiker.netlify.app/


Guideline to Get Started

  1. On the GitHub page for this repository, click on the Button "Fork".

    fork image

  2. Clone your forked repository to your computer:

    code ui

    For example, run this command inside your terminal:

    git clone [email protected]:<your-github-username>/ColorPicker.git

    Replace <your-github-username>!

  3. Before you make any changes, keep your fork in sync to avoid merge conflicts:

    git remote add upstream [email protected]:<your-github-username>/ColorPicker.git
    git pull upstream master
  4. Add the changes with git add, git commit (write a good commit message, if possible):

    git add .
    git commit -m "Add good commit message"

    Replace <your-github-username>!

  5. Push your changes to your repository:

    git push origin master
  6. Go to the GitHub page of your fork, and make a pull request:

    pull request image

    Read more about pull requests on the GitHub help pages.

Happy Learning 😄

About

This Repository is made for developers facing problem in choosing Gradients Color for their website, Blogs etc. Do Contribute to this repository if you feel something missing.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published