Assignment 1- submittion and check points

Assignment 1- submittion and check points

by Asra Rahimi -
Number of replies: 0

Kia Ora everyone,

 Some clarification on Assignment 1:

As I mentioned before the due date for this assignment is on 18th of April.

We will have couple of check points before the final submission. First one will be next week on Wednesday. Submit your story board on the link provided in Moodle. Also Share your GitHub repository with me (asra.m.rahimi@gmail.com)

Following link is guiding you on how to share your code with a collaborator:

https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository

Last check point will be on 13/04/2022.


For part 3 of the assignment.

You can put all your code in the Homepage for your project 1 (index.html), this way you don’t need to worry about creating separate pages and how you pass data between thoes pages.

That means you create only one file, name it index.html and have all your code inside that file, except for the CSS files. CSS files should be external files and have a reference to them from your index.html file.

Optional: In order to keep your code clean, you can write your scripts in a  .js file as, an external file, and have a reference to it from index.html.

Please don't hasitate to ask me any questions,

Kind Regards,

Asa