GithubHelp home page GithubHelp logo

front-end-homework-master's Introduction

Pax8 Front-end Developer Homework

Install Dependencies

npm install

Run app

npm run serve

Homework Instructions

You are free to use any Vue plugin or npm module to complete the homework. Style the app using the Bulma framework. It has already been imported for you.

Create your own Github repo and push the changes there. Send a link to the repo to [email protected] within 4 hours.


Using the CompanyService.js (fake company data):

  1. Display a list of companies
    1. Include id and name values in list
    2. Also include an edit button.
  2. Build an edit company page
    1. Display a form to edit company details
    2. Upon submitting the form, alert with new details.
  3. Build a view company page
    1. Display all company details.
    2. Display total subscriptions for that company - numberOfEmployees * subscriptionsPerEmployee
    3. Build a component that takes the numberOfEmployees property and allows a user to increase/decrease that amount. When user is confident in the numberOfEmployees value and submits change, the component should be able to notify the parent page with the new value. The parent page (View Company Page) should reflect the change. This needs to be a component because we are going to use it on multiple pages.

front-end-homework-master's People

Watchers

Hunter Arnell 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.