WEB ICP 1 - navyagonug/CSEE5590-WEB-AND-MOBILE-PROGRAMMING GitHub Wiki

NAVYA GONUGUNTLA

TASK 1

Install Webstorm I have successfully installed Webstorm on my PC. The following screenshots depicts those.

TASK 2

Create a repository and clone it. Create two directories I already have a github account.

The following screenshot depicts creating a repository. I have also initialized a README file.

Using 'git clone' command, I have cloned the remote repo to a local repo as follows,

The following screenshot depicts creating two local directories (Source and Documentation)

TASK 3

Take screenshots and place it in Documentation directory

Synced it into the remote repository as follows,

TASK 4

Create an index.html page and place it in Source folder I have written a basic HTML code as shown below and placed it in the SOURCE folder as follows,

The source code is below,

TASK 5

Write about your repository in README file

TASK 6 And TASK 7

Write a Wiki and fork the repository

I have forked the given Angular Repository

TASK 8

Create a branch for repository and pull a request The following screenshots depicts the steps for creating a new branch and pulling a request, I have named the request and pulled it as follows,

TASK 9

Create an issue and describe the request

TASK 10

Sync both local and remote repos