Giter VIP home page Giter VIP logo

name-card_hacktoberfest's Introduction

๐Ÿฅณ๐Ÿฅณ 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

  • star this repository (Click the star button in the top right of this page, beside the fork button)
  • Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)
  • Clone your fork down to your local machine
git clone https://github.com/your-username/NAME-CARD_hacktoberfest.git
  • Create a branch
git checkout -b branch-name
  • Make your changes (The task is described below)
  • Commit and push
git add .
git commit -m 'Commit message'
git push origin branch-name
  • Create a new pull request from your forked repository (Click the New Pull Request button located at the top of your repo)
  • Wait for your PR review and merge approval!
  • After merge, you can see your contribution in this url ๐Ÿ‘‰๐Ÿ‘‰๐Ÿ‘‰ https://name-card.pages.dev/

Your task

first step :--->

  • you have to go listApi.js file. (file path:----> src/component/basic/listApi.js)
  • open this file in your local text editor.

Second step :--->

  • After open this file you have a interface like the below image.

doc

  • so now you have to put your name and github profile link according to the format below:
  • There are three code-snnipet. select one code snippet from those three. ( First one is for male avtar, the Second one is for female avtar & the Third one is for your github profile avtar)
  • You only have to change your first name,last name & github link with your details.

NOTE

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.


  • But remember, Don't remove the quoation mark.(You can see the demo image below)
  • Please don't remove any other code. Just place your code after the last block of code.

For male avtar

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

OR

For female avtar

{
image:"/images/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",
},
  • Here is a demo image of the placing of code below:

demodoc (1)

Third step :--->

  • After doing the changes now save the file.
  • And now push the file in online server follwing the above git commands.
  • Then Create a new pull request from your forked repository.
  • Wait for your PR review and merge approval!
  • After merge, you can see your contribution in this url ๐Ÿ‘‰๐Ÿ‘‰๐Ÿ‘‰ https://name-card.pages.dev/
  • It will look like:

example

Stay safe & Keep contributing

name-card_hacktoberfest's People

Contributors

0xcyberpj avatar a-padhy avatar adityajha0808 avatar astroidworld avatar baibhav0305 avatar baobab-prince avatar devansh-gaur-1611 avatar dhanushkaranasinghe avatar dollygupta07 avatar front-runner-sd avatar gokulapap avatar isaacmsl avatar jamstanleyambe avatar kartikvirendrar avatar kk3tillen avatar luckysharma05 avatar manandudhwala avatar mnaiwrit52 avatar oaparecido avatar paras22 avatar paulovlb avatar priyanshu95663 avatar real-zit avatar rharsh750 avatar romiljain23 avatar souravpanigrahi avatar tkacholga avatar unferno avatar vishaaal avatar zulmarij avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.