Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Latest commit

 

History

History
36 lines (28 loc) · 1.48 KB

README.md

File metadata and controls

36 lines (28 loc) · 1.48 KB

search-activity

A coding challenge for you!

One of the most important skills we can have as a software engineer is the ability to rapidly learn new technologies. For this assignment, we have set up a simple Vue.js app. We know that this is a new language and framework for you, so we're not looking for perfection. Feel free to email us if you have any questions.

Description On this page, we are rendering user activity, tracking which pages a user has visited. You have been given sample data for one user. Please implement a reactive search that will filter through the displayed elements based on page title and space. We have included a design located in /src/assets/designs for the search bar.

You have two weeks to complete this assignment. Please submit by Friday, March 29, 2019. Good luck!

Helpful Resources

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

For detailed explanation on how things work, consult the docs for vue-loader.