Git Product home page Git Product logo

batch-6-march-exercises's Introduction

Pesto Exercises Repository

  • This repository contains exercises.
  • The branches are named using the convention DAY-SEGMENT. For example, day-4-segment-2
  • You can see all the branches using git branch -a

How to do the exercises

  • Click on 'Fork' and make an repository in your account.
  • Clone your version of the exercise repository.
      git clone <link to forked repo>
    
  • Install all dependencies
      yarn
    
  • To do the exercises in branch day-2-segment-1
      git checkout day-2-segment-1
    
  • Do all the questions of a particular segment and make sure that all the tests pass.
  • For example, if the folder name is your-name, then it will contain one file yourName.test.js.
  • You need to create another file yourName.js. (Make sure that the filename is correct.)
  • Make the required function or class and export it. Don't use default exports. Only named exports are allowed.
  • Do your work and then push to the branch
      git add .
      git commit -m "your commit message"
      git push origin segment-1
    
  • The commit message should be in the format
Complete Day 3 Segment 1
  • Push your code to your version of the exercise repository.
  • Make a Pull Request to the original repository. Ensure that you are setting up the correct base.

batch-6-march-exercises's People

Contributors

arfatsalman avatar

Watchers

Abdul Khuddus 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.