项目作者: binghuan

项目描述 :
Coding quest from "Mercari"
高级语言: HTML
项目地址: git://github.com/binghuan/MyMercari.git
创建时间: 2018-08-23T14:55:21Z
项目社区:https://github.com/binghuan/MyMercari

开源协议:

下载


MyMercari

https://binghuan.github.io/MyMercari








Coding Quest from Mercari jp

Pre-Conditions

  • Implement using HTML/CSS/JavaScript.
    • You can use any additional tools or libraries which you want.
  • Any design elements are not provided.
    • Create “Like” and “Comment” icons using design toolkit such like Sketch.
    • You can use attached screenshots for all other elements.
  • An API server which sends JSON response is provided.
    • JSON data differ from the following spec images.
  • Do NOT use any boilerplate such like create react app.

Requirements

  1. Implement a list and a detail page with refering the following spec images.
    • App will go to a detail page if an item in a list page is clicked.
  2. Retrieve the item data via the provided API.
    • Refer to the attached API.md file to see API specs.
    • To use the API server, please start it at your environment with refering API.md ##Launch API Server.
  3. Write how to start an app you wrote in README.
    • You can write about any intentions of your implementation if you need.

Spec Images

UI specifications

Data

Data Description