hustKiwi / cv-assignment

A coding assignment for an online CV: https://nzittraining.wixsite.com/cv-assignment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

Work Flow

  1. Clone the repository to your local and switch to the corresponding branch
  2. Open your terminal (if using Windows, please download Window Terminal to execute Linux commands)
  3. Go to the repository root directory by cd cv-assignment
  4. Run npm install under the directory of cv-assignment to install the node dependencies
  5. Launch VS Code to open your local repository folder into the workspace
  6. Run npm start to start a dev server and meanwhile, the CV webpage will be opened at http://localhost:1234/
  7. Program for the features according to the assignment requirement and view the webpage changes
  8. Commit and push code changes to your remote repository
  9. Make a Pull Request to the original nzittraining repository thru GitHub interface

Using Gitpod

Gitpod is a online IDE which launches ready-to-code development environments. In order to program with Gitpod, you can enter the following URL pattern into your browser for your branch development.

Gitpod URL: https://gitpod.io/#https://github.com/[your_username]/cv-assignment/tree/[your_branch_name]

For more information, please refer to Gitpod's official website


Happy coding! Anything you need, don't be hesitate to contact our WeChat assistant nz-it-training.

About

A coding assignment for an online CV: https://nzittraining.wixsite.com/cv-assignment


Languages

Language:HTML 73.1%Language:CSS 26.1%Language:JavaScript 0.8%