Skip to content
/ fintrack Public

FinTrack is an open-source web application designed to simplify personal and business financial management. Focused on efficiency, it allows users to effortlessly record and manage expenses and revenues without complex tools.

License

Notifications You must be signed in to change notification settings

mo3ly/fintrack

Repository files navigation

FinTrack

Banner Image
Screenshot Image

FinTrack simplifies financial tracking by allowing users to record expenses and revenues effectively. It combines modern web technologies and features to provide a seamless experience. Deployed live at FinTrack.

Features

  • Dashboard: Quick financial overview with charts and recent transactions.
  • Transactions: Manage and track spending with options to add, edit, or delete transactions. Supports receipt uploads and multiple currencies.
  • Categories: Categorize expenses and revenues for organized financial planning.
  • Account: Secure user account management.
  • Settings: Personalize settings including language, currency, and themes.
  • Multi-Currency Support: Handle transactions in various currencies.
  • Bilingual Interface: Supports Arabic and English, with RTL and LTR layouts.
  • Dark and Light Modes: Toggle between themes for comfort.

Technologies

  • Next.js
  • TailwindCSS
  • Drizzle ORM
  • Turso
  • Shadcn/ui
  • Lucia Auth
  • Typescript
  • Server Actions
  • React Server Components (RSC)
  • Next.js Progress Bar
  • OAuth Integration
  • Internationalization: Supported with next-international.
  • Custom Hooks and Utilities

Credits and Acknowledgements

  • File Uploader: Features the file-uploader component by Sadman Samee, incorporating shadcn for enhanced UI components. View Source
  • OAuth Provider: Implements Google authentication through orbitkit by Ahmed Magdi, offering robust OAuth capabilities. View Source
  • Tailwind Animation: Utilizes animations from the Slug open-source repository. View Source

Installation

Clone the repository and install dependencies:

git clone <repository-url>
cd fintrack
pnpm install

Environment Setup

# Database configuration
DATABASE_URL=your_database_connection_string
DATABASE_AUTH_TOKEN=your_database_auth_token

# Google OAuth Configuration
GOOGLE_ID=your_google_client_id
GOOGLE_SECRET=your_google_client_secret
GOOGLE_CODE_VERIFIER=your_google_code_verifier

# Upload component configuration
UPLOADTHING_SECRET=your_uploadthing_secret
UPLOADTHING_APP_ID=your_uploadthing_app_id


# Beam Analytics configuration
BEAM_ANALYTICS_TOKEN=

# Application URL
NEXT_PUBLIC_APP_URL=https://localhost:3000

Replace each placeholder with the appropriate values for your configuration.

Starting the Server

pnpm run dev

Deploy to Vercel

Click the button below to deploy this project to Vercel:

Deploy with Vercel

Contributing

Contributions are welcome! Please feel free to submit pull requests or create issues for bugs and feature requests.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

FinTrack is an open-source web application designed to simplify personal and business financial management. Focused on efficiency, it allows users to effortlessly record and manage expenses and revenues without complex tools.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages