You have really done great work here, however, there are a few changes you can still implement to make your code better.
- I think your code should be divided further into modules. The listCard.js file which contains all the functionalities can be split up to have one functionality per file.
- You could also move the event listeners from the index.js file to another module.
You have really done great work here, however, there are a few changes you can still implement to make your code better.