Giter VIP home page Giter VIP logo

button-animation's Introduction

Color-Button-Animation

Colour Button Animation is a collection of Animated Buttons which
you can use in your webpages or sites to make your buttons
more attractive. ๐Ÿ˜

โšก๏ธ Guidelines To Use

  1. To use this repository in your webpages or sites, First you have to fork this repository in your github account.

  2. Clone the repository from your account to local PC, so its available to you locally. Also, you can make changes in it.

  3. Go to your Desktop and open Git Bash and copy or manually type the code.

  4. First you have to go to Desktop and clone the repository

        cd Desktop/
    
  5. To clone this repository copy the code

        git clone https://github.com/AaquibAli/Color-Button-Animation.git/
    
  6. After clone the repository copy the code

        cd Color-Button-Animation/
    
  7. To open this repository in your VS Code Editor

        code .
    
  8. Congratulation ๐ŸŽ‰ You can use this repository in your Webpages or Sites.

๐Ÿ“ƒ Guidelines To Contribute

  1. Make sure to fork the repository, so it's available to your GitHub account, for further contributions as well as it state your contributions in it.

  2. Clone the repository from your account to local PC, so its available to you locally. Also, you can make changes in it.

        git clone https://github.com/<your-username>/<repo-name>
    
  3. Now, set the upstream so it make a "path of contribution" from your account's repo. (repository) to original repository.

       git remote add upstream https://github.com/<org-name>/<repo-name>.git
    
  4. After done with the changes in code, get ready to contribute, Excited ? ๐Ÿคฉ

  5. Make your own branch by using following command:

        git checkout -b <branch-name>
    
  6. Now, you've to add the changes in that branch, you created just above.

        git add .
    
  7. Lets commit the changes, & earn "green square of the day".

        git commit -m "<message>"
    
  8. Now, just push the changes from your repo. to original repository.

        git push origin <branch-name>
    
  9. Once you've committed and pushed all of your changes to GitHub, go to the page for your fork on GitHub, select your development branch, and click the pull request button. If you need to make any adjustments to your pull request, just push the updates to GitHub. Your pull request will automatically track the changes in your development branch and update it.

๐Ÿค— Thanks for Reading ๐Ÿค—

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.