mandyh101 / quasar-todo-app

A todo app to help you focus when you're feeling distracted, overwhelmed or unproductive.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quasar App (quasar-todo-app)

A todo app to help you focus when you're feeling distracted, overwhelmed or unproductive.

Background

I started this project to learn how to build apps using the Quasar framework - a cross-platform vue.js framework that supports PWAs: https://quasar.dev/. My key learnings from this project were the importance of reviewing and searching the documentation for in-built methods that will make my life easier!

Install the dependencies

yarn
# or
npm install

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

quasar dev

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.

To dos

  • clean up about section
  • [ ]make the look and feel more notbook like
  • PWA-ify

About

A todo app to help you focus when you're feeling distracted, overwhelmed or unproductive.

License:MIT License


Languages

Language:JavaScript 44.6%Language:Vue 40.8%Language:TypeScript 7.0%Language:HTML 4.2%Language:SCSS 3.4%