Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fedomn/jspos
https://github.com/fedomn/jspos
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fedomn/jspos
- Owner: Fedomn
- Created: 2015-02-12T15:54:49.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-15T13:17:17.000Z (almost 10 years ago)
- Last Synced: 2024-11-03T14:59:04.078Z (about 2 months ago)
- Language: JavaScript
- Size: 398 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)。