Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fedomn/jspos


https://github.com/fedomn/jspos

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

        

# POS Project

该项目通过模拟一台POS机(收银机),来锻炼学员的JavaScript编程能力。

## 使用方法

1. 将该项目Clone到自己的本地电脑上:

```
git clone [email protected]:iamcoach/pos.git
```

2. 按照教练要求,将该项目中的某一作业文件夹连同```lib```文件夹复制一份到其他位置的新文件夹内;
3. 将新文件夹作为项目文件夹,并在其中创建本地Git仓库;
4. 按照作业要求完成作业,并将作业提交到个人Github账号下名为```pos```的项目内。

## 作业要求

1. 请尽可能的使用命令行完成相关操作;
2. 使用Git管理代码时请尽可能的遵照[Git使用的最佳实践](https://github.com/iamcoach/git)。