ICP1 - VINEETHREDDYSHERI/WebMobile-2021Fall GitHub Wiki
Welcome to In-class Programming Assignment-1
Objective: Installing the WebStorm and getting to know about Git version control and GitHub.
1.Show that you have WebStorm installed on your machine
The below screenshots shows that the WebStorm is installed in the machine.
2.Create a GitHub account. Create a repository in remote GitHub. Clone it to the local machine. Create 2 (Source and Documentation) directories in local GitHub
RepositoryCreation
Cloning the Repo in local
And also created the Source and Documentation Folder.
3.Take screenshots of a repository creation and put them in the documentation folder in the local repository, and sync it to the remote repository
Added the screenshot to the documentation folder. And committed and pushed the code changes to the GitHub.
4.Create an HTML document named "index.html" and place it in the source folder
5.Write about your repository in README.MD file
Added few basic info in README file.
6.Create a wiki page for your first ICP(Web_ICP1) and explain what you did in your first ICP (use the screenshots took in step3)
7.Create a branch for your repo and make a pull request
Created a branch called ICP1_Branch and committed codes changes related to index.html file. The below screenshot is the PR, and there are no merge conflicts.
8.Create an issue and describe your pull request
9.Sync both local repositories with the source and documentation folders with the remote repository
10.Fork any existing repository (Ex: https://github.com/angular/angular)
Forked the reactjs.org repository
Video link: ICP1 VideoLink
Conclusion:
In these ICP1, I learned about the Pull Request and Issue creation and also how to resolve a conflict in PR.