Pinaka-Pani-18 / Hacktoberfest-Projects-Hub

Hacktoberfest Projects Hub simplifies the process of discovering, contributing to, and promoting Hacktoberfest projects, making it easier for both beginners and experienced developers to get involved in the open source community.
https://hacktoberfestprojectshub.netlify.app/
MIT License
4 stars 17 forks source link

💡 [FEATURE] - Create Footer Section #12

Closed Pinaka-Pani-18 closed 1 year ago

Pinaka-Pani-18 commented 1 year ago

Description:

The footer section is a crucial part of our project's user interface, providing important links and information. This issue focuses on creating the Footer.jsx component in the components folder, including appropriate links, copyrights, logos, and a visually appealing design.

Steps to Contribute:

  1. Create Footer.jsx: Develop the Footer.jsx component in the components folder.
  2. Add Links: Include relevant links such as contact, privacy policy, terms of service, and any other important links.
  3. Copyright and Logo: Add a copyright notice and our project's logo in the footer.
  4. Styling: Apply styles to ensure the footer looks clean and visually appealing.

By contributing to this issue, you'll help provide essential information and navigation options to users of our project.

Your contribution to creating an attractive and informative footer is highly valued! Let's make our project's footer both functional and aesthetically pleasing.

JairTorres1003 commented 1 year ago

Hello @Pinaka-Pani-18 I would like to contribute to this topic. Can you assign it to me?

Pinaka-Pani-18 commented 1 year ago

Hello @Pinaka-Pani-18 I would like to contribute to this topic. Can you assign it to me?

Hi @JairTorres1003, I have assigned it to you. Please don't create a PR without assigning it to yourself. Please also close the previous PR and create a new PR with styling using Tailwind CSS

JairTorres1003 commented 1 year ago

okay, I got it

JairTorres1003 commented 1 year ago

Ready @Pinaka-Pani-18 , corrected and applied what you told me and to enable Tailwind CSS, add the necessary dependencies, including tailwindcss, postcss, and autoprefixer.

Pinaka-Pani-18 commented 1 year ago

Hi @JairTorres1003 The footer Looks good. Thank you for your contribution.