pasytchangwa/To-Do-List-Project

Do I follow JavaScript best practices?

Closed this issue · 0 comments

  • Add node_modules dir to your .gitignore file as all those files are not needed in your repo
  • .lock files should be in the repository to avoid problems with future versions of the dependencies.