ScrimbaBootcamp / progress-tracker

Bootcamp students will contribute to this open source project, where we will build a progress tracker to keep up with activity and accomplishments in the Scrimba bootcamp.
https://bootcamp-progress-tracker.netlify.app
MIT License
3 stars 14 forks source link

feat: add info to `contributors.js` #26

Open michaella23 opened 1 month ago

michaella23 commented 1 month ago

Copy this code block and paste it underneath the last entry in contributors.js, and add your details. These are all string values. If you don't want to share a link or an image, that is okay, just leave an empty string "" as the value.

    {
        name: "[your-name]",
        linkedIn: "https://linkedin.com/in/[your-profile-link]",
        gitHub: "https://github.com/[your-profile-link]",
        avatar: "url('path-to-image')"
    },

Leave this issue open. Please note that if multiple people are working on this issue at onece we might have merge conflicts. But that means an opportunity for learning!

fame372 commented 3 weeks ago

@michaella23 hi can I work on this issue?

paulaFenner commented 1 week ago

Hey @michaella23 , I'd like to add my details.

michaella23 commented 1 week ago

@paulaFenner sounds good! I assigned you.