TD5-NPMJS-EndToEnd
A system that allows you to read a CSV file containing a list of students, write random notes for each student, calculate the class average, and display it at the end of the CSV.
Installation
npm install
⚠️ Put a CSV file into the Data folder and name it "StudentGrade.csv".
👉 (I have already included a CSV file in the repository, so if you just want to try the system, you can skip this step.)
Local Development
Analyze the code and tell if any error occur!
npx jest
Launch the system.
node index.js