Skip to content

csaa-archive-repos/front-end-test-project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Front-end Test Project

Project brief

Convert the following designs to HTML/CSS/JS.

Thumbnails

Front-end Test Thumbnails

Overlay

Front-end Test Overlay

Requirements

  1. Use HTML5 / SCSS
  2. Make it responsive using your best judgement.
  3. Create a simple custom overlay for photos - use only vanilla JavaScript, do not use jQuery or any other external libraries for it.
  4. Create some hover effect for the image thumbnails.
  5. Make the page the smallest possible size - ensure that images are properly optimized, resources minified, etc.
  6. Optional bonus task 1: Make images responsive
  7. Optional bonus task 2: Add basic routing – make browser's back button work properly; open overlay based on URL.

The following images are used in the design:

Supported browsers

Ensure that the elements work and display correctly in the following browsers:

  • Firefox (latest version)
  • Google Chrome (latest version)
  • Microsoft Edge
  • Internet Explorer 11

Coding Standards

When working on the project use consistent coding style.

Project Deadline

Take your time but try to deliver it within by Monday..via Git. You can commit to this project.

Quality Assurance

What you need to do to get high QA score? Simply answer Yes to all these questions:

General

  • Are all requirements set above met?
  • Can the project be built using npm run build?
  • Is the page working without any JS errors?

Precision

  • Is reasonable precision achieved?

Browser check

  • Does page display and work correctly in supported browsers?

Valid HTML

  • Is the page valid?

Semantic Markup

  • Are the correct tags being used?

Coding Standards

  • Is the page using a consistent HTML coding style?
  • Is the page using a consistent CSS coding style?
  • Is the page using a consistent JS coding style?

Optimization

  • Are image files sufficiently compressed?
  • Is CSS and JS concatenated and minified?

Accessibility

  • Are proper ALT attributes for images provided?
  • Are ARIA attributes properly used?
  • Is proper heading structure in place?

About

Front-end test project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published