- Follow the Contribution guidelines** | |
Follow below steps for contribution.
example: hello_world_Aman22sharma.js
example: Variables_shruti49.js // AUTHOR: Your Name
// ANDROID Concept: JS Concept that you want to add (ex: variable,datatypes etc)
// GITHUB: your github profile link
//Add your ANDROID concept below |
|
- You can not add the same concepts again so, make sure the concepts are unique. OR You can add different examples to same file. That would also be counted.
- Just give your name and github url.
Make a Pull Request for your changes and wait to be merged.
git clone https://github.com/your-username/Hacktoberfest2021_beginners.git
cd Hacktoberfest2021_beginners
git remote add upstream https://github.com/shruti49/Hacktoberfest2021_beginners.git
git pull upstream master
git checkout -b your-branch-name
git pull origin master
git add .
git commit -m "commit message"
git push origin your-branch-name
- Create a new Pull Request from your forked repository, click the
New Pull Request
button located at the top of your repository - Wait for you PR to be reviewed and merge approval
// AUTHOR: Your Name
// ANDROID Concept: your ANDROID concept that you want to add (ex: variable,datatypes etc)
// GITHUB: your github profile link
//Add your ANDROID concept below
YouTube Clone App :
It is an Android App which is the clone of the'YouTube'.
You can run this app on Android Studio as well as on 'JAVA n IDE' which is the android app available on playstore to build and run android project.
- Install Java n IDE.
- Download Project zip and extract to the Javan IDE folder on your file manager.
- Open Java n IDE
- Open Project
- RUN
Thank you!!