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. WebStrom_Installed

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 RepositoryCreation

Cloning the Repo in local gitClone

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.

ScreenshotInDocumentationFolder

4.Create an HTML document named "index.html" and place it in the source folder

indexFile

5.Write about your repository in README.MD file

Added few basic info in README file. Readme

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)

ICP1 Link

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. PullRequest

8.Create an issue and describe your pull request

Issue

9.Sync both local repositories with the source and documentation folders with the remote repository

Sync

10.Fork any existing repository (Ex: https://github.com/angular/angular)

Forked the reactjs.org repository Fork-ReactJS

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.