Code Monkey home page Code Monkey logo

youtube-dev-resources's Introduction

Youtube-Dev-Resources

Videos on YouTube that will help you on your development journey.

⚒️ Languages:

HTML5 CSS3 JavaScript

🖥️ Live Site:

Live site can be found here.

📹 Add a video that has helped you:

  1. Fork this repository:
  • Go to this repository's page and click the "Fork" button near the top right of your screen.
  1. Create a new branch:

    Terminal Method

    • Clone your fork by using a development-ready environment, which has git installed. (git clone https://github.com/user/fork -b branch path/to/repo)
    • Then, checkout your branch, using git checkout -b <branch name>
    • Add your changes, and commit accordingly, and push to your fork!
    • Then make a pull-request, and wait for the owner of the repo to review and merge your changes.

    Browser Method

    • Go to your fork and click the grey main button in the upper left dropdown menu.
    • Enter the name of your new branch, branch names should have something to do with the change you are making, for example add-video.
    • Click on Create branch <your-branch-name>, this will take you to your new branch.
  2. Adding your video:

    Terminal Method

    • Navigate to videos.json.
    • Copy this format and paste it into videos.json, make sure to not include more than 3 tags.
    {
        "url" : "<Youtube url here>",
        "title" : "<Title of your video here>",
        "tags" : [
            "<tag 1>",
            "<tag 2>",
            "<tag 3>"
        ]
    }
    
    • Add your changes by using git add videos.json.
    • Commit your changes by using git commit -m "<commit msg goes here>".
    • Push your changes by using git push -u origin <your-branch-name>.

    Browser Method

    • Navigate to videos.json.
    • On the top right of the JSON file, click on the pencil icon to edit the file.
    • Paste this code into the videos.json, make sure not to include more than 3 tags.
    {
       "url" : "<Youtube url here>",
       "title" : "<Title of your video here>",
       "tags" : [
           "<tag 1>",
           "<tag 2>",
           "<tag 3>"
       ]
    }
    
    • After editing the videos.json, add a commit message and click on the green button saying "Commit Changes". Make sure you have selected the branch you have created.
  3. Raise a pull request:

    • Go back to your fork and click the Compare and pull request button.
    • Fill out the information and press the Create pull request button.

💪 Contributors:

A huge thank you to everyone who has contributed to this project!

Contributors

Make sure to leave this project a star 🌟.

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.