Giter Club home page Giter Club logo

bootcamp-rcia's Introduction

Bootcamp ReactJs - Resistencia Session

This repo aim to serve as a playground where anyone who’s willing to learn react from zero to hero.

We did our best in putting resources that help you in this journey of learning Reactjs

..so let's start 💪

Getting Started

So, you begin by cloning this repo, and starting from day 1 to day 16 you take each challenge and send a Pull Request using github page as you finish them

How to use this repo

Starting by cloning this repo

    git clone https://github.com/gustavo-gimenez/bootcamp-rcia.git

Then, you read and study a subject, let's say 05-js-basico. Then you want to start the coding part for this subject, so you create a branch, like We ensure we are allocated in master and it's up to day, before we can create a new one

    git checkout master
    git pull origin master

Then, we actually create the branch using a patter as name NameLastname-day-[number]-[subject title]

    git checkout -b GustavoGimenez-day-05-js-basico

Commits and Push from Command line

You want to use some good practice for commits, here We recommend you to read at least the first 6 section about how commits in git First of all, we check any changes we have done

    git status

Then we add them to the pipe of changes we want to commit

    git add .

Finally, we commit to the branch, in this example GustavoGimenez-day-05-js-basico. We propose you to follow same pattern in example bellow to write a proper commit message

    git commit -m "day-05-js-basico: First commit, writing functions signature, implementation commit later"

Suddenly, you can have changes you don't want to commit yet, but you need to switch to another branch for quick change you have being asking for, there is when git stash can save your day

Saving temporary changes you haven't commit yet

    git stash

To re-apply them

    git stash pop

Pushing your branch and changes

    git push origin GustavoGimenez-day-05-js-basico

Making a PR

Here you will find how to create a PR from github page. The easy way is by using a link prompt to you from the terminal

    git push origin someBranch
    Compressing objects: 100% (3/3), done.
    Writing objects: 100% (3/3), 313 bytes | 0 bytes/s, done.
    Total 3 (delta 2), reused 0 (delta 0)
    remote:
    remote: **Create pull request for someBranch:**
    remote:   https://bitbucket.mydomain.com/projects/PRO/repos/someRepo/compare/commits?sourceBranch=refs/heads/someBranch
    ...

Removing branch

Coming soon

bootcamp-rcia's People

Contributors

german969 avatar moisesbootcamp2018 avatar mariajoselind avatar narivex avatar gustavo-gimenez avatar nicomagg avatar marianoqueirel avatar valentinoconti avatar

Watchers

James Cloos 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.