Skip to content

Submit your best scripts here for Hactoberfest-2k19 in any language you prefer, if language folder not present, create one as a part of it, after script add your name and GitHub profile into Contributors.md file.

Notifications You must be signed in to change notification settings

prashantjijsr/Hactoberfest-2k19

 
 

Repository files navigation

Hactoberfest-2k19

Submit your best scripts here for Hactoberfest-2k19 in any language you prefer, if language folder not present, create one as a part of it, after script add your name and GitHub profile into Contributors.md file.

Using git commandline :

Linux :

git is natively installed in linux

Windows :

windows users can download and install git commandline from here

Steps for Your First PR :

Follow the given Videos for learning how to make your first PR !!!

Your First PR (Part-1)

Your First PR (Part-2)

Commands Used

1) To clone Repo

git clone Repo_URL

2) To create a branch

git checkout -b Branch_name

3) To Add changes

git add .

4) To commit changes

git commit -m 'Your message'

5) To push Changes

git push GIT_URL Branch_name

How to run robofriends

1.Clone the repo
2.Go To Sample React App
3.In Windows Use Windows PowerShell to go to Sample React App directory.
4.Install npm using npm install
5.Run npm start after installation is complete


NOTE:Use cd :/dirname/"Sample React App" to ignore spaces in terminal.

REPOSITORY MAINTAINER :

Name : Deepak Chauhan

GitHub Profile : RoyalEagle73

About

Submit your best scripts here for Hactoberfest-2k19 in any language you prefer, if language folder not present, create one as a part of it, after script add your name and GitHub profile into Contributors.md file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 42.8%
  • Python 18.9%
  • C++ 13.8%
  • JavaScript 9.9%
  • C 9.4%
  • HTML 2.6%
  • Other 2.6%