Skip to content
forked from vycoder/qodo

An open-source productivity app using Quasar

License

Notifications You must be signed in to change notification settings

metalsadman/qodo

 
 

Repository files navigation

Qodo - Quasar Todo

This project aims to help beginners and newcomers in learning how to use Quasar Framework to build multi-platform apps. This is a relatively medium-size project, complete with a local client database (using RxDB) that demonstrates how you can build your app for both Mobile and Desktop platform. Treat this project as a reference or a learning resource.

Check out the live enFocus version here:

Getting Started

This project requires yarn and @quasar/cli, check docs for more details on Quasar CLI Installation.

Install the dependencies

yarn

Setup environment variables

cp env.dev.example .env.dev #.env for production

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

# run as capacitor mode
quasar dev -m capacitor -T [android|ios]

# run as electron mode
quasar dev -m electron

Lint the files

yarn run lint

Monetizing via AdMob and In-app Purchase

WIP - Tutorial.

Deployment

WIP - Tutorial.

Donate

You can buy my next beer or coffee if you ever find this project useful.

About

An open-source productivity app using Quasar

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 41.4%
  • Objective-C 30.0%
  • JavaScript 26.6%
  • HTML 0.7%
  • CSS 0.6%
  • Java 0.6%
  • Ruby 0.1%