Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
projects/README.md
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
22 lines (15 sloc)
1.26 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Project List 2.0 | |
Notes: Each of the projects contains a list of features listed in order of complexity. All the scenarios should be based on the login system covered during the tutorials and build on it. | |
In each of the scenarios there are three levels of complexity listed, these correspond to the 40%, 60% and 80% thresholds for functionality. If you attempt the task but fail to achieve the lowest level of functionality you will be awarded a grade of 20%. | |
To achieve 100% for functionality you should also integrate third-party data into the site either though an existing API or by screen-scraping. | |
## Permitted Packages | |
You are free to make use of _any package used in your lab exercises_ but you may also make use of: | |
1. [`crypto-js`](https://www.npmjs.com/package/crypto-js) | |
2. [`image-watermark`](https://www.npmjs.com/package/image-watermark) | |
3. [`Koa-compose`](https://www.npmjs.com/package/koa-compose) | |
3. [`music-metadata`](https://www.npmjs.com/package/music-metadata) | |
4. [`nodemailer`](https://www.npmjs.com/package/nodemailer) | |
5. [`node-id3`](https://www.npmjs.com/package/node-id3) but doesn't give duration! | |
6. [`node-lame`](https://www.npmjs.com/package/node-lame) | |
7. [`pdf`](https://www.npmjs.com/package/pdf) | |
8. [`sharp`](https://www.npmjs.com/package/sharp) |