文件名称:作业18:预算跟踪器应用
文件大小:68KB
文件格式:ZIP
更新时间:2024-03-11 22:22:41
JavaScript
无论有没有连接,用户都可以在其预算中增加费用和存款。 脱机输入事务时,它们应在重新联机后填充总数。 离线功能: Enter deposits offline Enter expenses offline 当重新联机时: Offline entries should be added to tracker. 用户故事 AS AN someone whonis looking to manage his finances a lot more accurately. I WANT to be able to track my deposits and withdrawals with or without a data/internet connection SO THAT my account balance is accurate when I check it. 商业环境 Gi
【文件预览】:
Homework-18-master
----.gitignore(2KB)
----package.json(565B)
----package-lock.json(124KB)
----models()
--------transaction.js(452B)
----public()
--------icons()
--------service-worker.js(2KB)
--------index.js(3KB)
--------manifest.webmanifest(437B)
--------index.html(2KB)
--------styles.css(682B)
----seeders()
--------seed.js(681B)
----README.md(832B)
----routes()
--------api.js(777B)
----server.js(605B)