Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vycoder/qodo
An open-source productivity app using Quasar
https://github.com/vycoder/qodo
Last synced: 3 months ago
JSON representation
An open-source productivity app using Quasar
- Host: GitHub
- URL: https://github.com/vycoder/qodo
- Owner: vycoder
- License: mpl-2.0
- Created: 2020-05-30T02:47:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T02:19:44.000Z (about 2 years ago)
- Last Synced: 2024-07-15T12:55:24.452Z (6 months ago)
- Language: Vue
- Size: 3.94 MB
- Stars: 77
- Watchers: 7
- Forks: 25
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- quasar-awesome - github - source productivity app. Demonstrate how and what it's like to build multi-platform apps using Quasar | v1.9.4 | (Awesome Quasar [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) / Tutorials)
README
# Qodo - Quasar Todo
This project aims to help beginners and newcomers in learning how to use [Quasar Framework](https://quasar.dev) to build multi-platform apps. This is a relatively medium-size project, complete with a local client database (using [RxDB](https://rxdb.info)) 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:
- Mobile - [Google Play](https://play.google.com/store/apps/details?id=com.nightowl.enfocus.app)
- Desktop - [www.getenfocus.com](https://www.getenfocus.com)## Getting Started
This project requires `yarn` and `@quasar/cli`, check docs for more details on [Quasar CLI Installation](https://quasar.dev/quasar-cli/installation).### Install the dependencies
```bash
yarn
```### Setup environment variables
```bash
cp env.dev.example .env.dev #.env for production
```#### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
# run as capacitor mode
quasar dev -m capacitor -T [android|ios]# run as electron mode
quasar dev -m electron
```#### Lint the files
```bash
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.
- [kofi](https://ko-fi.com/vycoder)
- [Paypal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=VZ6MAQNE99TT2&source=url)