Create animated components using HTML, CSS, JS and get them featured here
π΄ The PRs made in this repo will not be considered for the official hacktoberfest (conducted by digitalocean).
π΄ You can still contribute to this repo to participate in PCCoE Hacktoberfest and win exciting prizes.
Create a new folder with the name of your component
eg. If you are creating a Navbar Component then name your folder Navbar
Add the html, css, js files in that folder (Don't add your component code to the index.html)
eg. If you are creating a Navbar then name your files Navbar.html, Navbar.js, Navbar.css
Link the html file of your component to the link on the card created at index.html file.
Create a new card for every new component that you make.
Please take a look at the sample component to understand the folder structure better.
You can contribute to as many components as you like. You can add cool animated components of your own by creating an issue!
NOTE: Please do NOT create a pull request unless the issue has been assigned to you else the pull request will be marked
invalid
<!-- Sample Component (Replace the name with your component name -->
<div class="card">
<div class="box">
<div class="content">
<h2>Add your component number (Ex : 13)</h2>
<h3>Name of your component</h3>
<p>
Describe your component in 12-15 words.
</p>
<a
href="https://github.com/PCCoE-Hacktoberfest-21/animated-components/blob/main/animated-components/YOUR-FOLDER-NAME/YOUR-HTML-FILE.html"
target="_blank"
>Live Demo</a>
</div>
</div>
</div>
href="https://github.com/PCCoE-Hacktoberfest-21/animated-components/blob/main/animated-components/YOUR-FOLDER-NAME/YOUR-HTML-FILE.html"
tag
<p>Describe your component in 12-15 words.</p>