COMP229– Web Application Development Assignment 1



Hello, if you have any need, please feel free to consult us, this is my wechat: wx91due


COMP229– Web Application Development Assignment 1

Express Portfolio Site

Due: Week 4(------------------------) @ midnight

Value 10%

Express Portfolio SiteMaximum Mark:100

Overview: Create your Personal Portfolio Website usingExpressJSand implementing theEJS templating engine. 

Instructions:

This Express site must include the pages from your Personal Portfolio 5 pages – your Home page, anAbout Mepage, aProjects page, aServices page, and aContact Mepage.

1. Your Site must include the appropriate content for a Personal Portfolio (40 Marks: Content)

a. You must include a Navigation Bar or other Navigation scheme that allows the user to view each page of your site.

b. You must include a Custom Logo for your site, this should be placed in or around the main Navigation bar. TheCustom Logocan be as simple or artistic as you desire (e.g. you could use a primitive colour-filled shape like a triangle or hexagon with your initials positioned inside). Please do not use a logo that belongs to another company or person.

c. YourHome Pageshould include some sort of welcome message and link or button that allows the user to redirect to your About Me Page and / or other pages. I recommend also including some sort ofMission Statement.

d. Your About Me Page should include your legal name, an image of you (I recommend a head and shoulders shot), a short paragraph about who you are. Keep this clean and simple as it may be viewed by perspective employers.

e. Your About Me page should include a link to a PDF version of your Resume.

f. Your Projects Page should include images and information for at least 3 Projects you wish to highlight. These could be current projects you are working on or past projects you have completed. Include an image for each Project and a short description of your role and the outcome.


g. YourServices Pageshould include a short list of services you offer (e.g. general programming, web development, mobile apps, etc.). I recommend including images that make this more appealing to view.

h. Your Contact Page should include your contact information in a panel or other construct.

i. Your Contact Page should include a short interactive form that allows the user send you a message and provide basic contact information (First Name, Last Name, Contact Number, Email Address, Message, etc.). This form does not have to be fully functional initially. However, it should be able to capture the information entered by the user and redirect them back to the Home Page.

2. Your Portfolio site will useExpressJSandNodeJSand your web pages have been split to use different View templates and partials by implementing the EJS templating engine and Express Routes(25 Marks)

a. Your site should include at least 5 View templates – one for your Home Page, e.t.c.Note: You may include additional templates as needed to accommodate other site pages..

b. An Express Route must exist for each page of your site.Note: You will need to use therouter.get(path, callback(req, res, next)) method structure with a res.render(view, locals)method call to render each view.

3. Your site will use the new structure created by the Express Generator. Your site files will be migrated to work within thepublic,routesandviewsfolders(20 Marks: Site Structure):

a. Generate your site structure with the Express Generator. Note: You must use the -e option to ensure that you implement theEJS templating enginefor Express.

b. YourJavaScript,CSS and Multimedia Asset Filesshould be moved to separate folders within thepublicfolder. Using the Twitter Bootstrap CSS framework is strongly recommended, though not required. Note: the public folder is part of the path and does not have to be referenced.

c. You will define routes for all of your site pages in the index.jsfile in your routes folder.

d. Your views folder will contain your EJS page templates. You will create a separate folder namedpartialsfor all of your partialEJS files. You will need several partials includingheader.ejs,content.ejs,footer.ejsand others.

e. All Your Code (HTML, CSS, JavaScript, jQuery, etc.) is error free.

4. Include Internal Documentation for your site (5 Marks: Internal Documentation):

a. Ensure you include a comment header for your CSS and JavaScript files that indicate: the File name, Student’s Name, StudentID, and Date.

b. Ensure you include a section headers for all of your HTML structure, CSS style sections, and any JavaScript functions.

c. Ensure all your code uses contextual variable names that help make the files human- readable.

d. Ensure you include inline comments that describe your GUI Design and Functionality. Note:

Please avoid “over-commenting”.

SUBMITTING YOUR WORK

Your submission should include:

1. A zip archive of your website’s Project files– 5 marks

2. A link to GitHub (preferable).– 5 marks

This assignment is weighted 10% of your total mark for this course. Late submissions:

· 20% deducted for each day late.

发表评论

电子邮件地址不会被公开。 必填项已用*标注