Skip to content

OlgaBuLL/Quasar_Categories-Tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📱 Categories App (Web and Android version)


About:

â—¾ A Quasar Composition API Project has Web version as well as Android app
â—¾ Create/edit or delete root category at any nesting level
â—¾ All the tree structure is stored in localStorage, so it won't disappear after reloading the page


A brief overview of this project:


OR Click on any of the images below to visit this website!


categories categories-mobile


Stack:

🔹 Quasar latest Composition API
🔹 Cordova
🔹 Java
🔹 SCSS
🔹 BEM-methodology
🔹 Java Script
🔹 Grid
🔹 Flex
🔹 semantic and adaptive layout
🔹 Vite


Available Scripts:

In the project directory, you can run:

npm install - to install dependencies

quasar dev - to start the project in development mode

quasar build - to create a production build

cordova build android --debug - to create a production build for android platform (.apk) (demands src-cordova directory)

cordova build android --release - to create a production build for android platform (.aab) (demands src-cordova directory)


Contacts:

github
GitHub
telegram
Telegram
E-mail
E-mail
linkedin
LinkedIn

Install the dependencies

yarn
# or
npm install

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

quasar dev

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.