happyhamsters / stacy-pet-todos-frontend

0 stars 0 forks source link

Create initiallayout and card render #4

Open AleksandrIlinykh opened 10 months ago

AleksandrIlinykh commented 10 months ago

after #5

create Todo component initial variant (it should only render the data from domain model : { title: string, text: string, isDone: boolean })

Eeach of this component must have same styling as in the design.

После этого нужно создать компонент страницы, на которой вывести карточки из массива моковых данных.

Должно получиться следующее:

Image