This GitHub repository is the template for the CS220AU assignment in 2022. It demonstrates minimalistic ideas for
- project management
- web hosting with GitHub Pages
- web-design with Markdown language and
- evaluation with the
assessment.md
and thedp-checklist.md
files.
The URL of the website can be found in the sidebar, under 'About'. The homepage uses the information in the index.md
file.
The portfolio you submit needs to contain the following:
- website (80% of your overall mark) exploring the theme given.
- self-and peer-assessment (10% of your overall mark) using the marking rubric in the
assessment.md
file. - portfolio overview (10% of your overall mark) providing a succinct overview of your portfolio, an outline of completed tasks (Log) and tasks to do (TODO) in this
README.md
file.
After you finish these items, complete the dp-checklist.md
file, download it and submit it on FASER. (Please keep this file in your repository as well after submitting.) In essence, you need to submit only one file on FASER, this dp-checklist.md
.
How to use this GitHub repository as a template for your submission, including how to submit your files on FASER is demonstrated in class. If anything is unclear, ask for clarification.
- 2022-10-17 amended the repository to work with to be aligned with the focus on how the module is run in 2022 (e.g. regarding the theme)
- 2022-10-10 based on the last year's portfolio template, I created a draft for a new template
- 2021-10-23 demonstrating VSC on computer. testing on another computer as well. testing on mac. testing GitHub Desktop.
- 2021-10-19 minor grammar and logic changes.
- 2021-10-16 testing fork from kris-dummy account. Testing notifications in forked repos.
- 2021-10-11 one peer assessment instead of two needed.
- 2021-10-07 to have an originality report from FASER, students need to submit the DI reflection as PDF. They can still add this reflection to their GitHub repositories as an additional website if they would like to. The submit.md file is changed to final-check.md. All files changed to reflect these changes.
- 2021-10-06 README.md refined with clearer overview. Change from submitting in PDF to submitting in .md (submit.md).
- 2021-10-05 submit.md refined (raw rubric sheet in Excel file and converted with https://www.convertcsv.com/csv-to-markdown.htm. All text checked with free Grammarly and ProWritingAid
- 2021-10-03 di-reflection simplified. submit.md simplified. index.md simplified
- 2021-10-01 assessment.md renamed to submit.md. reflection.md renamed to di-reflection.md. Links added to CS220 repo and files were fine-tuned
- 2021-09-24 index.md, reflection.md and assessment.md added. readme.md refined
- 2021-09-21 repo created. readme.md added and next steps in the todo heading defined
- help students fork the repo and understand its code structure, etc.