Git Product home page Git Product logo

javascript-mission's Introduction

JavaScript-Mission

Woowacourse에 있는 미션들을 수행하고 관리하는 레포지토리입니다.

🚀 미션 진행 방법

1. 프로젝트를 자신의 계정으로 fork

https://github.com/FEonTheBlock/JavaScript-Mission

JavaScript-Mission 저장소는 권한이 없기 때문에 미션을 진행한 코드를 직접 추가할 수 없습니다.

fork는 저장소를 자신의 계정으로 복사하는 기능입니다. 앞으로 모든 미션은 자신의 계정 아래에 있는 저장소를 활용해 진행합니다.

2. fork한 저장소를 자신의 컴퓨터로 clone

clone 명령은 github.com에 존재하는 저장소를 자신의 노트북 또는 PC로 복사하는 과정입니다.

  • 터미널에서 다음 명령을 입력합니다.
ex) git clone -b jeongmin --single-branch <https://github.com/hustle-dev/JavaScript-Mission>

3. 기능 구현

미션 요구사항을 파악해 기능을 구현해주세요~!

4. 본인 원격 저장소에 올리기

로컬에서 commit 명령을 실행하면 로컬 저장소에만 반영되고, 원격 github.com의 저장소에는 반영되지 않습니다.

ex) git push origin jeongmin

5. 처음 fork를 뜬 origin repository에 PR 보내기

출처

https://github.com/woowacourse

javascript-mission's People

Contributors

hustle-dev 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.