Skip to content

JavaScript, HTML, CSS, MongoDB, JAVA, MySQL used these tech-stacks to do all the projects and assignments.

Notifications You must be signed in to change notification settings

pushpam-386/Assignment_ByMasai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code-submission - Masai School Coding Assignments

Cloning Masai Repo

What is Masai-course repo?

  • Masai will provide you repo with folder template along with maintain access, so that you will be able to push your daily assignments.

Steps to clone your repo

Screenshot 2022-06-10 at 3 12 26 PM

  • To clone on to your local system copy HTTP address.

  • Open any drive or folder with VS code and clone this repo
git clone <https address>

  • You can see folder with your repo name

Screenshot 2022-06-09 at 12 14 42 PM

  • Move to that repo folder by changing your directory
cd Cherry_fw_13_0001/
  • As you see there are different folder with unit names mentioned.
  • You need to push your code into these folders, suppose you are in unit-2 sprint-2 day-2
  • Go into unit-2 → sprint-2 → day-2 → assignments

Screenshot 2022-06-10 at 3 12 26 PM

  • Create your assignment files in that folder, if it is template based assignment/ evaluation, extract in that folder directly.

  • After creating files, sync your files to repo

    git add .
    
    git commit -m "push message"
    
    git push origin master
    Screenshot 2022-06-10 at 3 12 26 PM
  • Go to your repository and check for changes

Do’s and Dont’s

  • Clone this repo on to your local system.
  • Push your daily assignments/evaluations into this repo.
    • for example, if you are in unit-2 sprint-1 day-1 , go to unit-2 → sprint-1 → day-1 and push your assignments.
  • Your repo should be private, don’t change it to public,Masai team can access your repo even if it is private.
  • For the entire masai journey, you should push all your assignments into this repo, you should not push to seperate personal repo, untill and unless masai team asked to do so.
  • Don’t share your repo link with any students, doing so will lead to termination

About

JavaScript, HTML, CSS, MongoDB, JAVA, MySQL used these tech-stacks to do all the projects and assignments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published