Sevser / test_task_1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

test_task_1

Задание

It is necessary to make a responsive page with a list of photos. ​

When you click on a photo, a modal window opens with a photo, a list of comments and a form for adding comments. ​

Список ручек:

  • GET https://boiling-refuge-66454.herokuapp.com/images - get a list of photos.
  • GET https://boiling-refuge-66454.herokuapp.com/images/:imageId - getting a large image and a list of comments.
  • POST https://boiling-refuge-66454.herokuapp.com/images/:imageId/comments - adding a comment (204 - OK, the comment is not saved).

​ Design can be found here. ​

About


Languages

Language:CSS 70.5%Language:HTML 24.3%Language:JavaScript 5.2%