Giter Site home page Giter Site logo

zaidsidd360 / gitgood Goto Github PK

View Code? Open in Web Editor NEW
10.0 10.0 1.0 19.67 MB

Interactive tutorial for beginners to start learning the git cli.

Home Page: https://zaidsidd360.github.io/gitgood/

License: MIT License

HTML 1.01% CSS 28.85% TypeScript 70.13%
git github javascript react reactjs

gitgood's Introduction

sudo chmod 444 ./script.js

//script.js start
class GithubUser {
    constructor(name, languages, technologies, occupation, location) {
        this.name = name
        this.languages = languages
        this.technologies = technologies
        this.occupation = occupation
        this.location = location
    }
    const sayHello = () => {
        console.log(`Hello world! I'm ${this.name}. A ${this.occupation} based 
        in ${this.location}. Currently, I'm learning ${this.technologies.frontend.js[0]} 
        with ${this.languages[1]}.`)
    }
}

const name = "Md Zaid Siddiqui"
let interests = ["Web Front-end", "Graphic Design", "Open-Source", "Astronomy"]
let languages = ["Python", "Typescript", "Javascript", "Java"]
let technologies = {
    frontend: {
        js: ["Reactjs", "Nextjs"],
        css: ["Tailwind", "Styled-Components", "MaterialUI", "Bootstrap"]
    },
    backend: {
        python: ["django", "FastAPI"],
        javascript: ["expressjs"],
        java: ["Spring MVC", "Spring Boot"]
    },
    cloud: [AWS S3, AWS EC2]
    misc: ["Linux", "git", "github", "VSCode", "Photoshop", "Illustrator"]
}

const Zaid = new GitHubUser(
                name, 
                languages,
                technologies, 
                "Software  Developer", 
                "Kolkata, India"
                )
Zaid.sayHello()
//script.js end

Github Stats:

GitHub Stats

Connect with me:

     

@zaidsidd36's Holopin board

gitgood's People

Contributors

dependabot[bot] avatar zaidsidd360 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

git-gizmo

gitgood's Issues

Change mobile view

Since react-terminal is now responsive, change the mobile version such that the site is properly usable on a mobile device.

Change "git add ." to "git add -A"

The dot after git add is a little harder to read and a lot of people have seemed to miss it. Replacing "git add ." with "git add -A"(which has the exact same functionality as the former since git version 2.0) will make it more readable for beginners.

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.