mcwiekala / CodersCamp2021.Project.1-Web-Development-Basics

This is first project of Coders Camp 2021 edition - the biggest open software bootcamp in Poland!
https://mcwiekala.github.io/CodersCamp2021.Project.Web-Development-Basics/
2 stars 1 forks source link

create JS for collection-details #57

Closed mcwiekala closed 2 years ago

mcwiekala commented 2 years ago

Use collections from src/main.js

Create mocked data for each collection.

example: const c = { collectionName: 'Best of 2021', collectionDescription: 'Blah Blah Blah Blah Blah Blah Blah ', movieids: ['tt1243957', 'tt0120338', 'tt11867884', 'tt2452244',] collectionImage: [], totalLengthInMinutes: 823, movieTitles: ['Film1', 'Film2', 'Film3'], };

use Axios to grap the data and calculate totalLength movie title. Choose appropriate images to represent each collection.

We will use this data for page: collection-list and collection-details

Add also an image to each collection