This is simple Gradient Generator made using JavaScript
https://gradient-generator-bg.netlify.app
HTML, CSS, JAVASCRIPT
Contributions are always welcome!
-
Fork the repository (aka make a copy)
-
Go to the command line and clone the project
git clone https://github.com/iammanojrathod/gradient-generator.github.io.git- Go to the project directory
cd my-project- Make a git branch
git branch your-branch-name- Then switch to that branch:
git checkout name-of-your-branch- Make some commits (aka do the work) and push to the github.