https://github.com/weehong/tidve-app
This subscription management app is a small module of a finance management application. It serves as a helpful tool for users to track and analyze their monthly expenses, including but not limited to subscriptions, installments, fixed expenses, and more.
https://github.com/weehong/tidve-app
auth0 nextjs nextjs15 nextjs15-typescript tailwindcss typescript
Last synced: about 1 month ago
JSON representation
This subscription management app is a small module of a finance management application. It serves as a helpful tool for users to track and analyze their monthly expenses, including but not limited to subscriptions, installments, fixed expenses, and more.
- Host: GitHub
- URL: https://github.com/weehong/tidve-app
- Owner: weehong
- Created: 2025-02-06T15:38:55.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-21T08:43:08.000Z (about 1 month ago)
- Last Synced: 2025-03-21T09:32:34.419Z (about 1 month ago)
- Topics: auth0, nextjs, nextjs15, nextjs15-typescript, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://tidve.vercel.app
- Size: 1.2 MB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tidve App
![]()
![]()
![]()
This Tidve App is a small module of a finance management application. It serves as a helpful tool for users to track and analyze their monthly expenses, including but not limited to subscriptions, installments, fixed expenses, and more.
By providing a comprehensive overview, the app allows users to gain valuable insights into their spending habits from month to month at a glance.
This helps users understand their expenses better and make informed decisions about their finances.
## Features
- [x] Login with Auth0
- [x] Dashboard
- [x] Subscription Management
- [x] Subscription Renewal Email Reminder
- [ ] Installment Management## Tech Stack
- [Next.js](https://nextjs.org)
- [Tailwind CSS](https://tailwindcss.com)
- [Auth0](https://auth0.com)
- [Prisma](https://prisma.io)
- [PostgreSQL](https://postgresql.org)
- [Vercel](https://vercel.com)
- [Resend](https://resend.com)## How to Use
1. Clone the repository.
2. Run `npm install` to install the dependencies.
3. Copy `.env.example` to `.env` and fill in the values.
4. Run `npx prisma generate` to generate the Prisma client.
5. Run `npx prisma migrate dev` to migrate the database.
6. Run `npm run dev` to start the development server.
7. Open [http://localhost:3000](http://localhost:3000) in your browser to see the result.