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

GSVlabs/search-activity

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 72.0%
  • JavaScript 25.9%
  • HTML 2.1%