aadeshkulkarni / sanchay-ai-frontend

3 stars 4 forks source link

Add checkbox selection on click of label #5

Closed theprogrammerinyou closed 10 months ago

theprogrammerinyou commented 10 months ago
  1. The projects list is added in constants file
  2. The table component is seperated.
  3. The projects are rendered in table in the seperate file and then only the table component is used in Projects.js
  4. Add checkbox selection when the label of the checkbox is clicked.