Skip to content

alexpilugin/ap-windsor-telecom-task

Repository files navigation

ap-windsor-telecom-task (Vue.js dev task)

Demo

https://alexpilugin.github.io/ap-windsor-telecom-task/

Project setup

npm install

Compiles and hot-reloads for development

npm start

or

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

===

Vue.js dev task

Task: build a CRUD (Create, Read, Update, Delete) application which consumes the following API

API URL: https://jsonplaceholder.typicode.com/

RESOURCE: "todos"

The minimum requirements for the application are:

  • It must use Vue.js
  • It must use Vuetify as the component library
  • It must allow a user to:
    • See a list of todos
    • Create a new todo
    • Update a todo
    • Delete a todo
    • Search todos using filters
  • The source code must be available on Github or Gitlab for us to see
  • The built application must be a "Static Site" and be hosted via the Github or Gitlab "Pages" feature

Nice to see

  • Unit tests
  • Linting

Useful resources:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published