Skip to content

ryanwells-rwc/vue-assessment

 
 

Repository files navigation

Vue Assessment

The goal of this assessment is to get a understanding of your front-end skills.

  • There is no pass or fail.
  • No time limit.
  • Using the internet is encouraged.
  • Asking questions is also encouraged.

Getting Started

Follow the instructions below to get started (downloading, installing packages and running the project)

  • clone this repository (alternatively forking this project is also an option)
  • change the directory to the vue-assessment folder
    • cd vue-assessment
  • install node packages
    • npm i
  • serve this project
    • npm run serve

Finishing the assessment

To finish the project please push to a repository on your github account.

The actual assessment

The task

Recreating the user profile header in vue as a new component.

user profile

  • Create a new file in /src/components folder for a user profile
  • Replace the component in the Home.vue file with the new component you just created
  • Back in the component I would like to see SCSS used in the component to build the user component.
  • All client profile information should be properties passed into the vue component that can be changed.
  • If no image url is passed in then the edit profile should be under the Rate information. And there should be no image circle.

Notes:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 77.2%
  • JavaScript 15.5%
  • HTML 7.3%