astroidworld / NAME-CARD_hacktoberfest

It is a website for showcasing your Github profile.
https://name-card.pages.dev
35 stars 60 forks source link
hacktoberfest hacktoberfest-accepted hacktoberfest2021

πŸ₯³πŸ₯³ HacktoberFest Beginner friendly Project πŸ₯³πŸ₯³

🎴🎴🎴🎴 NAME-CARD 🎴🎴🎴🎴

hacktober

What is Hacktoberfest?

A month-long celebration from October 1st - 31st sponsored by Digital Ocean and GitHub to get people involved in Open Source. Create your very first pull request to any public repository on GitHub and contribute to the open source developer community.

What is NAME-CARD?

NAME-CARD is a web app where you can showcase your GitHub profile link along with your name. It is a beginner friendly project to contribute. Just follow the below steps to contribute in the project.

How to contribute to this project

You can contribute to this project very easily by following a few steps. Don't worry... there is no need to know any programming language-related knowledge. You only have to know the Git and Git-hub, and that's it... Now we are ready to start contributing.

Getting started

git clone https://github.com/your-username/NAME-CARD_hacktoberfest.git
git checkout -b branch-name
git add .
git commit -m 'Commit message'
git push origin branch-name

Your task

first step :--->

Second step :--->

doc

If you are using the GitHub profile code (third code) then additionally you should add your GitHub profile id at the last of the image line instead of githubID.


For male avtar

{
image:"./male.png",
firstName: "Your",
lastName: "name",
link: "GitHub Link",
},

OR

For female avtar

{
image:"./female.png",
firstName: "Your",
lastName: "name",
link: "GitHub Link",
},

OR

For github avtar

{
image:"https://avatars.githubusercontent.com/githubID",
firstName: "Your",
lastName: "name",
link: "GitHub Link",
},

demodoc (1)

Third step :--->

example

Check File CONTRIBUTING.md To See the guidelines....

Stay safe & Keep contributing