WeiLinGao / assignment_1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zoo-starter-code

This repository is the starter code for Assignment 1 - Zoo.

Live Link

Website link


1. Use the following process to import the Assignment 1 starter code repository to your GitHub account as your starter codebase

  1. Log on to GitHub
  2. Click on the + sign in the top right corner (next to the user icon)
  3. In the dropdown menu, select "Import repository"
  4. A new page will open
  5. In "Your old repository’s clone URL" field, enter: https://github.com/johnnylaicode/zoo-starter-code
  6. In "Your new repository details" field, enter your own repository name (e.g., "assignment-1")
  7. Click on the "Begin import" button to start the process
  8. After the process completed, your new "assignment-1" repository is created – as a completely independent codebase
  9. From this point on, you can clone your new repository, make changes, create feature branches, and create/merge pull requests

2. Use the information below to clone the starter codebase to your local machine

After creating the starter codebase "assignment-1" repository on GitHub (see above), you can clone it to your local machine. The instructions on how to clone a GitHub repository are available at this link.


3. Set up and deploy the application to GitHub Pages

After your application development, you can deploy the application to GitHub Pages using the process below.

1. Create your GitHub Pages home website

Before deploying a application to GitHub Pages, you need to first create your GitHub Pages home website https://[your GitHub username].github.io The instructions on how to create your GitHub Pages home website are available at this link.

2. Deploy the application to GitHub Pages

Follow the instructions at this link to deploy your application to GitHub Pages.

About


Languages

Language:HTML 81.8%Language:CSS 18.2%