PRD for IR2_Assignment_2 - Sharu2003-27/IR GitHub Wiki

PRD for IR2_Assignment_2

  • Used App.jsx file and created components.
  • Used given an array of objects.
  • Inside components used more props.
  • Calculated given calculations using filter(), map(), reduce(), find() methods.
  • Filtered the data using filter() method.
  • Used map() method to iterate on each elements in array.
  • Used reduce() method to calculate given calculations.
  • Used find() method to search the given data.
  • Passed the data objects as props and another props to find data inside export default function().
  • Called components in export default function().