Skip to content

yuhexiong/personal-task-web-vue3-typescript

Repository files navigation

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