top of page

Express portfolio site

Need help with Web Development or Project Help? At Codersarts we offer 1:1 session with expert, Code mentorship, Course Training, and on-going development projects. Get help from vetted Machine Learning engineers, mentors, experts and tutors.


Overview:

Create your Personal Portfolio Website using Express JS and implementing the EJS templating engine. Your site must be hosted live on a cloud service such as Microsoft Azure, Heroku, or Digital Ocean.


Express portfolio site
Express portfolio site

Instructions:

This Express site must include the pages from your Personal Portfolio 5 pages – your Home page, an About Me page, a Projects page, a Services page, and a Contact Me page.

  1. You Site must include the appropriate content for a Personal Portfolio

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

    2. You must include a Custom Logo for your site, this should be placed in or around the main Navigation bar. The Custom Logo can 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.

    3. Your Home Page should 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 of Mission Statement

    4. 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.

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

    6. 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.

    7. Your Services Page should 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.

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

    9. 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 use ExpressJS and NodeJS and your web pages have been split to use different View templates and partials by implementing the EJS templating engine and Express Routes

    1. Your site should include at least 2 View templates – one for your Home Page and one for your Contact Me page. Note: You may include additional templates as needed to accommodate other site pages

    2. An Express Route must exist for each page of your site. Note: You will need to use the router.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 the public, routes and views folders

    1. Generate your site structure with the Express Generator. Note: You must use the -e option to ensure that you implement the EJS templating engine for Express

    2. Your JavaScript, CSS and Multimedia Asset Files should be moved to separate folders within the public folder. 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

    3. You will define routes for all of your site pages in the index.js file in your routes folder

    4. Your views folder will contain your EJS page templates. You will create a separate folder named partials for all of your partial EJS files. You will need several partials including header.ejs, content.ejs, footer.ejs and others.

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

  4. Include Internal Documentation for your site

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

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

    3. Ensure all your code uses contextual variable names that help make the files humanreadable

    4. Ensure you include inline comments that describe your GUI Design and Functionality. Note: Please avoid “over-commenting”

  5. Share your files on GitHub to demonstrate Version Control Best Practices and push your site to a cloud host

    1. Your repository must include your code and be well structured

    2. Your repository must include commits that demonstrate the project being updated at different stages of development – each time a major change is implemented

    3. You must deploy your site to your Cloud Server using git

  6. Create a Short Video presentation on YouTube or another streaming provider. You must include a short PowerPoint (or Google Slides) Slide Deck that includes a single slide to start your video

    1. The first (and only) Slide of your Slide Deck must include a current image of you (no avatars allowed) that is displayed appropriately on the page. You must also include your Full Name, Student ID, the Course Code, Course Name, and your Assignment information.

    2. You will demonstrate your site’s functionality. You must show each page working properly

    3. You will describe the code in your app.js file that drives the functionality of your site

    4. Sound for your Video must at an appropriate level so that your voice may be clearly heard, and your screen resolution should be set so that your code and site details are clearly visible

    5. Your Short Video should run no more than 5 minutes


bottom of page