GitXplorerGitXplorer
u

task-board

public
1 stars
1 forks
0 issues

Commits

List of commits on branch main.
Unverified
0460aa6ba94a63f73d31dba0f543dd67277eafe5

Merge branch 'main' of https://github.com/umutbozdag/task-board into main

uumutbozdag committed 4 years ago
Unverified
f4b2c8e4d63f9eb48e93ad05c0fc040eff98c9b5

update tests

uumutbozdag committed 4 years ago
Unverified
070182fcf7908094e2745f7256ab818abbad1453

update style

uumutbozdag committed 4 years ago
Verified
ddec507f142e747a9a00d8d29fe066d7d81ce5c7

Create codescan-analysis.yml

uumutbozdag committed 4 years ago
Unverified
ce6ecc14d22dc7ca68d5c558f3a0350a7c8729e9

add register and add_task tests

uumutbozdag committed 4 years ago
Unverified
0561fd4fedbcc0cbfbe733f9c69db1c600779764

update home & task modal for required fields and white box tests

uumutbozdag committed 4 years ago

README

The README file for this repository.

Postit-TaskBoard

Postit is a task board work planner. Web application written in Vue.

This app is made for Software Testing course final project with /burakyccl. I took part at Front-End and Firebase parts.

Features

  • Register and login with FireBase
  • Add, delete, update task
  • See how long will task take time approxitemetly (Calculated by algorithm)
  • Drag & drop tasks to 5 stages of development

Used Technologies

  • Firebase

  • Vue.js


Screen shot

Screen shot

Screen shot

---------------------------------------

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Customize configuration

See Configuration Reference.