Skip to content

igorexa34314/crm-vue-supabase

Repository files navigation

CRM System on Vue 3 Composition Api

This project is based on Vue 3 Composition API using Vuetify UI library. Bundled with Vite.

Powered on Supabase SDK

crm-vue-supabase1.png crm-vue-supabase2.png crm-vue-supabase3.png crm-vue-supabase4.png

This CRM system allows you to calculate expenses by created categories, as well as view expenses statistics. You can convert watch your bill and history on different currency rates - automatic conversion enabled. There is a built-in support for languages: English Russian, Ukrainian. The application contains pages: Your Account, History, Planning, New Entry, Category.

Try it on:
Netlify
Vercel
Github Pages

Copy repo code and setup it with package manager (pnpm recommended):

git clone https://github.com/igorexa34314/crm-vue-supabase.git
cd ./crm-vue-supabase
pnpm i
pnpm dev