Task 1 : Working With Props
- Make a Amazon Best-Seller books look-a-like page with the use of props
- Take all the data in a single array as we saw in the second lecture
- Use props to pass data
- Also, use of Events is compulsory e.g. onClick Event : If i click on a button, i must get something in my console like Book’s author or similar.
- Apart from this, add More features that are possible with what you have studies until now