developer-inlens / inlens-frontend

Apache License 2.0
0 stars 0 forks source link

Main Screen #4

Open developer-inlens opened 2 years ago

developer-inlens commented 2 years ago

Hi @mfc-creations ,

Please start with the main screen, Before that comment down the JSON demo that you are passing on the main screen.

image

mfc-creations commented 2 years ago

As of now, I am planning like this

[ { id: 1, album: "Goa trip", color: "#EF9A9A", participants: [ { id: 1, name: "John", photo: "photo_url", }, { id: 2, name: "Doe", photo: "photo_url", }, ], photos: [ { id: 1, url: "photo_url", }, { id: 2, url: "photo_url", }, ], }, { id: 2, album: "Us trip", color: "#EF9A9A", }, { id: 3, album: "Uk trip", color: "#EF9A9A", }, { id: 4, album: "Iv to Tvm", color: "#EF9A9A", }, ],