{"id":16941479,"url":"https://github.com/hawtim/xmind-interview-work","last_synced_at":"2026-05-08T04:34:19.838Z","repository":{"id":44233198,"uuid":"276254493","full_name":"hawtim/xmind-interview-work","owner":"hawtim","description":null,"archived":false,"fork":false,"pushed_at":"2023-07-14T17:29:34.000Z","size":933,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-03-09T14:46:24.729Z","etag":null,"topics":["interview","interview-practice","pocket-book","vuejs","xmind"],"latest_commit_sha":null,"homepage":"https://github.com/xmindltd/hiring/tree/master/frontend-1","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hawtim.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-07-01T02:12:19.000Z","updated_at":"2025-04-24T02:06:06.000Z","dependencies_parsed_at":"2025-06-20T16:40:13.986Z","dependency_job_id":null,"html_url":"https://github.com/hawtim/xmind-interview-work","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hawtim/xmind-interview-work","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hawtim%2Fxmind-interview-work","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hawtim%2Fxmind-interview-work/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hawtim%2Fxmind-interview-work/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hawtim%2Fxmind-interview-work/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hawtim","download_url":"https://codeload.github.com/hawtim/xmind-interview-work/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hawtim%2Fxmind-interview-work/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32767158,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T02:36:36.067Z","status":"ssl_error","status_checked_at":"2026-05-08T02:36:07.210Z","response_time":54,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["interview","interview-practice","pocket-book","vuejs","xmind"],"created_at":"2024-10-13T21:09:36.868Z","updated_at":"2026-05-08T04:34:19.824Z","avatar_url":"https://github.com/hawtim.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# x-pocket-book\n\n简易记账本\n\n`Refer`: [XMind 前端面试大作业 - 1](https://github.com/xmindltd/hiring/blob/master/frontend-1/README.md)\n\n`Notes`: [解决本题目时的思考文档](https://github.com/hawtim/x-pocket-book/blob/master/POINT.md)\n\n`Deploy`: [线上链接](https://pocket.hawtim.com/), 建议桌面模式查看，移动端做了适当的调整，也可操作。\n\n`Environment`: 开发环境为 mac / windows , node 版本为 v12.13.1，理论上 node@8.x 即可支持，按照 `package-lock.json` 安装依赖即可。\n\n`Compatible`: 页面兼容性 IE9+ 及其他现代浏览器，取决于 VueJS 的兼容性。\n\n`Extra`: 本次作业实现的内容除了满足基本定性需求之外，还包括以下内容：\n\n1. 性能优化：基于 webpack 的项目依赖分析，按需加载组件和图表展示\n2. 单元测试：基于 jest 的组件单元测试\n3. 项目部署：基于 nginx 的项目部署，配置 https：https://pocket.hawtim.com/\n4. 代码质量：项目工程文件的引入，对代码规范的处理 .prettierrc .editorconfig\n5. 开发效率：针对 npm 的代理及其他设置的 .npmrc 和代码跳转的 jsconfig.json\n6. 文档总结：remote-ssh 的使用 https://github.com/hawtim/blog/issues/32\n7. 产品思维：使用图表的形式来呈现统计内容更加直观，符合用户体验设计\n\n以上任何问题，欢迎 issues。\n\n\n## Basic requirement\n\n1. 加载我们所提供的数据；\n2. 以列表的形式展示账单内容，并且提供下拉框选择月份进行筛选，其中列表中所展示的账单为选择月份的账单；\n3. 支持使用者添加账单；\n4. 简单地统计并展示所选月份的收入和支出总金额。\n\n## Advance requirement\n\n1. 对账单分类进行二次筛选；\n2. 对选择月份内的所有账单根据账单分类进行支出金额统计，并进行排序。\n\n## For remote\n\n写一篇[简单的文档](https://github.com/hawtim/x-pocket-book/blob/master/POINT.md)来描述你对解决本题目时的思考过程，并对其中所遇到的问题和你的解决方案进行描述。\n\n\n## Build with\n\nVueJS, ElementUI, Vuex, Vue-Router, Dayjs, v-chart\n\n## Project setup\n```\nnpm install\n```\n\n### Compiles and hot-reloads for development\n```\nnpm run serve\n```\n\n### Compiles and minifies for production\n```\nnpm run build\n```\n\n### Run your unit tests\n```\nnpm run test:unit\n```\n\n### Run your end-to-end tests\n```\nnpm run test:e2e\n```\n\n### Lints and fixes files\n```\nnpm run lint\n```\n\n### Webpack bundle analysis\n```\nnpm run analyzer\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhawtim%2Fxmind-interview-work","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhawtim%2Fxmind-interview-work","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhawtim%2Fxmind-interview-work/lists"}