Assignment 4 - NODE
Overall worth: 10%
NODE
Make an app do something with a node package. A sample is the Chinese Zodiac Animal app - but please do not make a Zodiac app.
The app does NOT need to use cPanel and the Database.
We are not looking for complicated coding, just that you are able to get around in the NodeJS environment. This should take you a couple hours.
Requirements
ZIP your app folder WITHOUT the node_modules. Make sure it has a package.json. I should be able to add do these steps to see your app:
- Open your app folder in VS Code
- Do npm install
- Run your app with node app
- Open it in a browser
Breakdown
6 | For code and files | |
4 | For creativity and quality |