Skip to content

youhaowei/cms-dev-assessment

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simpleview CMS Developer Assessment

Welcome to the Simpleview Developer Assessment.

The assessment is in three (3) parts that increase in complexity and scope. You may use any approach you feel comfortable with to complete each section. The assessment period is two (2) days; at the end of the assessment period turn in any and all work including any incomplete work for review.

Although each part builds off the previous, you are expected to turn in three (3) sets of solutions; one for each part.

Requirements

In the comps folder you will find screenshots and a video of the component you will be responsible for making. The component features a grid of items in a repeatable pattern. Part 3 of the assessment includes a number of buttons in a row at the top as well.

Brand Fonts Google Fonts

  • Lato 400
  • Lato 900

Breakpoints Large - 1025px and up Medium - 641px and up Small - 640px and below

Max Width 1200px

Assessments

Part 1 - Static Build a static HTML and CSS implementation of the comped component.

For text content, use Lorem Ipsum.

For image content, use placeholder.com

Part 2 - REST-API Build the component again, but instead of static, build this out using listings data returned from our test API.

Some listings will have broken images, please use the provided fallback image as needed to ensure an image is always rendered.

Part 3 - Filtering Build the component a final time with data from the API. Include listings, events, and offers data as well as a buttons that will enable a user to see all data, only listings data, only events data, or only offers data.

Some listings/evensts/offers will have broken images, please use the provided fallback image as needed to ensure an image is always rendered.

Submitting Your Assessment For Review

When you've completed the assessment, submit your work via a Pull Request to this repo. Your Pull Request should contain three (3) folders that contain your solution; one (1) for each part of the assessment.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.3%
  • CSS 16.5%
  • HTML 10.2%