https://github.com/viiccwen/pockety
Pockety | Personal Finance APP
https://github.com/viiccwen/pockety
Last synced: about 2 months ago
JSON representation
Pockety | Personal Finance APP
- Host: GitHub
- URL: https://github.com/viiccwen/pockety
- Owner: viiccwen
- License: mit
- Created: 2024-01-31T02:50:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-03T06:03:38.000Z (about 1 year ago)
- Last Synced: 2025-02-07T10:45:59.250Z (3 months ago)
- Language: TypeScript
- Homepage: https://pockety.vercel.app
- Size: 553 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ✒️Overview
Pockety is a full-stack Accounting Application that you can keep your cash flow. Easily record financial status and track monthly income and expenditure situation.## 👀live demo: https://pockety.vercel.app
deployed on vercel (front-end) and vercel posgresDB (back-end)
# 🛠️Tools
* NextJS 14 - Framework
* TypeScript - Language
* Shadcn/ui - UI Package
* Lucide - Icon Package
* Clerk - User Authentication
* Vercel - deployment platform
* Vercel PostgresDB - Database
* Prisma - ORM# 🈵Development Process
- Processing...# 🚩Updated Log
- 2024/01/01 ~ 01/25 - thinking about architecture and topic, choosing tools and DB
- 2024/01/31 - Create logo, set environment, complete navigation bar, sidebar, homepage structure, asset page 1/5, new asset functions
- 2024/02/01 - Asset page, asset income and expenditure details, new income and expenditure functions
- 2024/02/02 - Included in liabilities, income calculation
- 2024/02/03 - Home page, add loading UI, error message notification, toast loading bar, asset settings (view, delete)
- 2024/02/04 - Asset settings (edit)
- 2024/02/07 - Home page calendar, record list
- 2024/03/03 - Asset-info page function