Skip to content

Explore Amazing Buttons animation for your next project. 🤩An initiative by GDSC-DYPCOE for Hactoberfest. 🚀

License

Notifications You must be signed in to change notification settings

huzaifa9999/Animating-Buttons

 
 

Repository files navigation

Screenshot 2022-10-15 at 1 19 54 PM

✅ Animation Buttons

Welcome to the Animating Buttons repository! 🎉

This project aims to provide a collection of animated buttons that you can use to enhance your web development projects. Whether you're a beginner or an experienced developer, these buttons will add a touch of interactivity and flair to your websites.

✨✨HacktoberFest 2022✨✨

Screenshot 2022-10-15 at 1 19 54 PM

What can You Contribute ⚠️

  • You can contribute any animated buttons. 🤩

  • You can update or refine an existing animated button or even add your own new buttons in this repo. 🚀

  • Make sure you follow the below steps before making your contributions❗❗❗

    Back to top

Firstly

📢 Register here for Hacktoberfest and make 4️⃣ PRs this month to grab free SWAGS 🔥

  • Fork this repo here
  • Clone on your local machine
git clone https://github.com/**username**/Animating-Buttons.git
  • Navigate to project directory.
cd Animating-Buttons
npm i
npm start
  • Create a new Branch
git checkout -b my-new-branch

🚀🚀 Go to public/Buttons folder and add a new folder with your GitHub username including your button code (index.html + style.css files)

Note:

  • Make sure to align your button centered horizontally as well as vertically.

  • Don't forget to replace 'your_github_username' with GitHub Username.

  • If you are adding more than one buttons then give proper names such as Spyware007_1,Spyware007_2, your_github_username_1,etc

  • Stage your changes.

git add .
  • Commit your changes.
git commit -m "Relevant message"
  • Then push
git push origin my-new-branch
  • Finally, create a new pull request from your forked repository


PLEASE NOTE

  • Make sure you commit your changes in a new branch❗❗
  • Make sure that your file name and your commit message are relevant.
  • Also, make sure you comment your code wherever necessary.

Back to top

Our Beloved Contributors 😍



A big thank you to all our contributors who have made this project better with their valuable contributions! We appreciate your efforts and dedication.

Don't forget to ⭐ this repository to show your support!


DON'T FORGET TO ⭐ THIS REPOSITORY !!

You can follow me here

Back to top

About

Explore Amazing Buttons animation for your next project. 🤩An initiative by GDSC-DYPCOE for Hactoberfest. 🚀

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 43.0%
  • JavaScript 41.6%
  • HTML 15.4%