A simple nodejs app that
- calculates average grade
- ranks students based on grade
- filters out students based on age
- displays a list of all students
- Download and install Node on your computer
On the command line👇👇👇
-
Clone this repository
git clone https://github.com/Ileriayo/ClassReport.git
-
Change directory to ClassReport
cd ClassReport
-
Start the app with
npm start
❤