Code Monkey home page Code Monkey logo

sample-vue-project's Introduction

RunBuggy front-end test project

Scenario

This application lists drivers and allows users to see details about a specific driver.

User Stories

  1. As a user I should see a loading indicator whenever data is being retrieved
  2. As a user I should see a list of drivers (first name only) when I visit the root of the application (/)
  3. As a user I should be able to click on a driver and be navigated to a detail page for that specific driver
  4. As a user I should see first name, last name and id when I see a driver's details
  5. As a user I should be able to navigate to the detail page directly through URL

Requirements

  1. This project is configured to use the vuetifyjs.com library of pre-built components, try to leverage this as much as possible

Bonus tasks

  1. Add client side filtering on the list
  2. Try to find a way to minimize the amount of bandwidth needed when navigating between the list and details page
  3. Try to make the list component configurable (e.g.: allow for different font styles, or colors)
  4. Create a component which takes a driver object as a property and displays an avatar of the first and last name initials

Hints

Try to build components for repeatable items, trying using template slots Look in to Vuex for state persistance

How to get started

  • run npm install in application folder
  • run npm serve
  • visit local server (http://localhost:8080 by default)

sample-vue-project's People

Contributors

tobiasartz avatar chriswinter90 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.