Coder Social home page Coder Social logo

nirbhay12345 / profile-share Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dhairyathedev/profile-share

0.0 0.0 0.0 357 KB

Opensource platform to share your profile

Home Page: https://profile-share.netlify.app

HTML 15.74% CSS 8.19% JavaScript 76.07%

profile-share's Introduction

Profile Share By SnowBit

  • Profile Share connects people. It is an open-source platform to share your profiles.
  • Main point of making this is to encourage people to contribute in opensource.

๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป Demo

Check out: Profile Share

๐Ÿšฆ Prerequisites

Before installation, make sure you have following tools installed on your machine:

๐Ÿ›  Installing steps

  • Fork the project
  • Clone the project
  • Go to project directory cd profile-share
  • Install all dependencies if not, npm install
  • Run npm start

๐Ÿ™ƒ Contributing

  • Any contributons of yours are greatly appreciated

๐Ÿ—ƒ Add your profile

  • Go to /src/data/UsersData.js

  • Submit your profile from the end of the file, don't submit your profile in radnom order it must be submitted from bottom and should not be added in between

  • Syntax must be like following code-block, and make sure to add comment at the start/end as shown in the following code:

  • Your avatar URL must follow the format of https://github.com/<yourusername>.png

  • // SnowBit Start
    {
      name: "snowbit",
      displayName: "SnowBit",
      img: "https://github.com/snowbit-coderboi.png",
      bio: "Coding is fun",
      social: [
          {
              name: "github",
              url: "https://github.com/snowbit-coderboi",
          },
          {
              name: "twitter",
              url: "https://twitter.com/codewithsnowbit",
          },
          {
              name: "youtube",
              url: "https://www.youtube.com/channel/UCNTKqF1vhFYX_v0ERnUa1RQ",
          },
          {
              name: "dev",
              url: "https://dev.to/snowbit",
          }
    
      ]}
      //SnowBit End
  • Your URL will be https://profile-share.netlify.app/<username>

Looking for example? Check out

Icons

Make sure to use the exact names of the social apps in your profile code block or else social icons will not be shown on your profile page

  • github
  • twitter
  • youtube
  • facebook
  • dev
  • codepen
  • stackoverflow
  • instagram
  • hackernews
  • gitlab
  • hackerrank

๐Ÿ”ฅ Contributors

Support

Give it a star โญ๏ธ and become a stargazer ๐Ÿ’ซ

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.