Highly inspired by Wiredcraft/test-frontend.
Make sure you read all of this document carefully, and follow the guidelines in it.
Use HTML, CSS, and JavaScript to implement the following mockup.
Header(Navigation)
Main
- Search Card
- Search Field (date range picker)
- Overall Card
- Card Header
- Collapsable Row (商户名称 -> 支付方式)
- Detail Table
- Table Header
- Table Body
- Table Row
- Collapsable Row (商户名称 -> 支付方式)
- 商户名称 Level (Show by default)
- 支付方式 Level (Hide by default, expanded by clicking 商户名称 level)
- Static page header (navigation bar), no extra features needed.
- The search field needs to be able to search results by
交易日期
field in table. - The table is nested, and grouped by
商户名称
.
- Use React/Vue/Angular.
- No futher limits, use any library you want.
- Write clear documentation how to run the code.
- An online demo is always welcome.
Where should I send back the result when I'm done?
Fork this repo and send us a pull request when you think you are done.
What if I have a question?
Create a new issue in the repo and we will get back to you very quickly.