Skip to content

victorod97/interview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Code exercise

Please follow these steps to complete this exercise.

Homework

Imagine you're building a website for a portfolio, and you want to have a profile card element that can be configured and reused easily, it's interactive and of course pretty.

  • Implement a custom HTML element: Profile card -> <profile-card> </profile-card>
    • Use Vanilla JS, CSS and HTML for your component
    • Add tests for the element, you can use selenium or follow a more challenging approach doing unit tests for it.
    • What if you wanted it to preserve its own styling among websites?

Recommendations & tips

  • Consider creating a branch and storing your work there
  • Use your imagination and feel free to ask questions

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published