An open API service indexing awesome lists of open source software.

https://github.com/azizmashkour/vue-trello

Tasker is an open-source task management web application developed in VueJS inspired by Trello, with as few features as possible.
https://github.com/azizmashkour/vue-trello

task-management task-queue tasklist vuejs

Last synced: 3 months ago
JSON representation

Tasker is an open-source task management web application developed in VueJS inspired by Trello, with as few features as possible.

Awesome Lists containing this project

README

        

# Tasker

This project was generated with [Vue CLI >= 3](https://github.com/vuejs/vue-cli).

## Libraries used
- bootstrap-vue: Used for styling the app [read more here](https://bootstrap-vue.js.org/)
- Vuelidate: Used to validate forms [read more here](https://vuelidate.js.org/)
- window.localStorage: Used for storing datas into device storages. [read more here](https://www.w3schools.com/jsref/prop_win_localstorage.asp)
- vuedraggable: Used to drag tasks between Task-groups. [read more here](https://github.com/SortableJS/Vue.Draggable)
- vue-select: Used for multiple selections in all select fields. [read more here](https://vue-select.org/)
- firebase: Used for hosting of the demo app. [read more here](https://console.firebase.google.com/)

## Getting Started

Need to install project dependencies depending on your packages manager

Run `npm install` Or `yarn`

## Development server

Run `yarn serve` or `npm serve` for a dev server. Navigate to `http://localhost:8080/`. The app will automatically reload if you change any of the source files.

## Build

Run `yarn build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.

## Running unit tests

Run `yarn test:unit` or `npm run test` to execute the unit tests via [Karma](https://karma-runner.github.io).

## Running end-to-end tests

Run `yarn test:e2e` or `npm run e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).

## Demo
You will find the working project [here](https://vue-trello-97fd7.firebaseapp.com/)

## Other details
You can help improve by adding any comment or creating a new issue [here](https://github.com/azizmashkour/swapi-app-test/issues/new)