Skip to content

Latest commit

 

History

History
74 lines (37 loc) · 1.09 KB

File metadata and controls

74 lines (37 loc) · 1.09 KB

Personal Task

A server to record all tasks.
Two pages, home and task, with preset fake task data and the data is saved in localStorage.

Overview

  • Language: TypeScript v5.0.3
  • Web FrameWork: Vue3 v3.3.4

Run

install dependencies

npm install

build

npm run build

run

npm run dev

Pages

sidebar

image

home

/

image

task

/task
  • After clicking task on left page, you can see info and edit it on right page. image

  • Provide searching by date function image

  • Click button to open create task dialog image