https://alexpilugin.github.io/ap-windsor-telecom-task/
npm install
npm start
or
npm run serve
npm run build
npm run test:unit
npm run lint
===
Task: build a CRUD (Create, Read, Update, Delete) application which consumes the following API
API URL: https://jsonplaceholder.typicode.com/
RESOURCE: "todos"
- 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
- Unit tests
- Linting