# zili-homework **Repository Path**: Charlie-V/zili-homework ## Basic Information - **Project Name**: zili-homework - **Description**: for my friend learning project - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-03-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # POS Project 该项目通过模拟一台POS机(收银机),来锻炼学员的JavaScript编程能力。 ## 使用方法 1. 将该项目Clone到自己的本地电脑上: ``` git clone git@github.com:iamcoach/pos.git ``` 2. 按照教练要求,将该项目中的某一作业文件夹连同```lib```文件夹复制一份到其他位置的新文件夹内; 3. 将新文件夹作为项目文件夹,并在其中创建本地Git仓库; 4. 按照作业要求完成作业,并将作业提交到个人Github账号下名为```pos```的项目内。 ## 作业要求 1. 请尽可能的使用命令行完成相关操作; 2. 使用Git管理代码时请尽可能的遵照[Git使用的最佳实践](https://github.com/iamcoach/git)。