CottageCabbage / vu-dooit

Task Manager application for Web, Desktop and Mobile. Still in development

Home Page:https://CottageCabbage.github.io/vu-dooit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vu-dooit

An open source and cross-platform Task Manager, completely offline.

About the Project(Features)

  • Create multiple projects, organize your tasks.
  • All your data is saved locally, through Indexeddb.
  • No tracking or anything similar.
  • An unfinished dark mode

I apologize for the lack of updates to Vu-dooit. I'm at my last year of highschool and I feel that it's more important to focus on my grades & entering college rn.

Installation

Clone Repository

  • Get HTTPS link

  • Open your terminal and type "git clone" and paste the HTTPS link you copied to clone the project locally

    git clone https://github.com/github-username/vu-dooit.git
  • Locally locate that project's directory using terminal

    C:\OSS> cd vu-dooit

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

# to open on browser:
quasar dev
# to open on browser but in desired port
quasar dev --port=8080
# or with Electron:
quasar dev -m electron

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.

About

Task Manager application for Web, Desktop and Mobile. Still in development

https://CottageCabbage.github.io/vu-dooit


Languages

Language:Vue 52.0%Language:JavaScript 34.7%Language:SCSS 11.5%Language:HTML 1.8%