vaishnavi-3969 / Web-Componentify

✨ Web Componentify is an open-source repository dedicated to simplifying web development by providing a collection of reusable components. Whether you're building a website, web application, or mobile app, you'll find a wide range of components, from headers and footers to buttons and dropdowns, available in various popular frameworks and language
https://webcomponentify.design
MIT License
24 stars 19 forks source link

Implement Footer Component #9

Closed suryanshsingh2001 closed 1 year ago

suryanshsingh2001 commented 1 year ago

Issue: Implement Footer Component

Description

Summary:

Create and implement a Footer component for the website to enhance user experience and provide social media links.

Details:

We need to add a footer component to the website. The footer should include social media icons with captivating hover animations and links to our social media profiles.

Requirements:

Additional Information:

Expected Output:

A fully functional and styled footer component that includes social media icons with hover animations and links to our social media profiles.

Package Dependencies

We will be using FontAwesome icons for this task. To get started, please install FontAwesome by adding it to the dependencies in your package.json file:

npm install --save @fortawesome/fontawesome-free

Hacktoberfest:

To make this issue eligible for Hacktoberfest, please label it as:

suryanshsingh2001 commented 1 year ago

@vaishnavi-3969 Please assign this issue to me.

vaishnavi-3969 commented 1 year ago

Thanks for raising this issue ❤️. It is assigned to you @suryanshsingh2001 you can start working on it 😄

suryanshsingh2001 commented 1 year ago

@vaishnavi-3969 I have made the necessary PR for this issue. Make sure to label the PR with hacktoberfest-accepted after reviewing it.

https://github.com/vaishnavi-3969/Web-Componentify/pull/20