👨‍🏫 Tutorial Inventory & Sale Management System [ Bagong Gawa ]

Kenneth66

Eternal Poster

Programming Language & Framework​

Programming Language: TypeScript

Frontend Framework: React 19

Routing Framework: React Router v7 (framework mode)

Build Tool: Vite

Styling​

  • CSS Modules (component-scoped styling)
  • OpenProps (CSS custom properties/design tokens)
  • Radix UI (accessible component primitives)

Key Libraries​

  • React Hook Form (form handling)
  • Recharts (data visualization/charts)
  • Lucide React (icons)
  • Sonner (toast notifications)
  • jsPDF (PDF generation)

Database​

Currently: No database - The application is using in-memory data stored in TypeScript files:

  • app/data/users.ts - User accounts
  • app/data/products.ts - Product inventory
  • app/data/transactions.ts - Sales transactions
  • app/data/login-activities.ts - Login activity logs
Note: All data is stored in memory and will reset when the application restarts. This is suitable for development/demo purposes.

Available Integration​

The project has Supabase available as an integration option (currently disconnected), which would provide:

  • PostgreSQL database
  • Authentication
  • Real-time APIs
  • Storage
You do not have permission to view the full content of this post. Log in or register now.
 
Nice boss. Bat ganto po siya sa desktop browser?
1767351682108.webp
 
Opo maayos naman po sa mobile. Pano nyo po ginawa yung para sa live demo?
# 1. Install Vercel CLI (if not already installed)
npm i -g vercel

# 2. From your project directory
vercel login

# 3. Deploy
vercel

# 4. Add environment variables in Vercel dashboard:
# - SUPABASE_PROJECT_URL
# - SUPABASE_API_KEY

# 5. Deploy to production
vercel --prod
 
# 1. Install Vercel CLI (if not already installed)
npm i -g vercel

# 2. From your project directory
vercel login

# 3. Deploy
vercel

# 4. Add environment variables in Vercel dashboard:
# - SUPABASE_PROJECT_URL
# - SUPABASE_API_KEY

# 5. Deploy to production
vercel --prod
salamuch po boss. baka magagamit later meron pa tinatapos currently hehe
 

About this Thread

  • 8
    Replies
  • 833
    Views
  • 4
    Participants
Last reply from:
Muffins_

Trending Topics

Online now

Members online
778
Guests online
841
Total visitors
1,619

Forum statistics

Threads
2,277,908
Posts
28,979,618
Members
1,228,163
Latest member
kerckyy10
Back
Top