MyGit

afadil/wealthfolio

Fork: 140 Star: 3184 (更新于 2024-09-11 14:04:09)

license: LGPL-3.0

Language: TypeScript .

A Beautiful Private and Secure Desktop Investment Tracking Application

最后发布版本: v1.0.11 ( 2024-09-11 06:44:05)

官方网址 GitHub网址

Logo

Wealthfolio

A Beautiful and Boring Desktop Investment Tracker

Website · Discord · Twitter · Releases

Buy me a coffee button

Introduction

Wealthfolio App is a Beautiful and Boring Investment Tracker, with Local Data Storage. No Subscriptions, No Cloud.

Visit the app website at Wealthfolio App.

Screenshot

Roadmap

See ROADMAP.md.

Getting Started

Prerequisites

Ensure you have the following installed on your machine:

Installation

  1. Clone the repository:

    git clone https://github.com/afadil/wealthfolio.git
    cd wealthfolio
    
  2. Install dependencies using pnpm:

    pnpm install
    

Running the Application

  • Development Mode:

    Build and run the desktop application using Tauri:

    pnpm tauri dev
    
  • Build for Production:

    Build the application for production:

    pnpm tauri build
    

Technologies Used

Frontend

  • React: JavaScript library for building user interfaces.
  • React Router: Declarative routing for React.
  • Tailwind CSS: Utility-first CSS framework for styling.
  • Radix UI/Shadcn: Accessible UI components.
  • Recharts: Charting library built with React.

Backend / APIs

  • React Query: Data-fetching library for React.
  • Zod: TypeScript-first schema declaration and validation library.

Development Tools

  • Vite: Next-generation frontend tooling.
  • TypeScript: Typed superset of JavaScript.
  • ESLint: Pluggable linting utility for JavaScript and JSX.
  • Prettier: Code formatter.
  • Tauri: Framework for building tiny, secure, and fast desktop applications.

Folder Structure

wealthfolio/
├── .github/
│   └── workflows/
│       └── release.yml
├── public/
├── src/
│   ├── assets/
│   ├── commands/
│   ├── components/
│   ├── lib/
│   ├── pages/
│   ├── App.tsx
│   ├── main.tsx
│   ├── routes.tsx
│   ├── styles.css
│   ├── useGlobalEventListener.ts
│   └── vite-env.d.ts
├── src-tauri/
│   ├── icons/
│   ├── migrations/
│   ├── src/
│   ├── target/
│   ├── .gitignore
│   ├── build.rs
│   ├── Cargo.lock
│   ├── Cargo.toml
│   ├── diesel.toml
│   ├── tauri.conf.json
├── .env
├── .eslintrc.cjs
├── .gitignore
├── .prettierrc.cjs
├── components.json
├── index.html
├── package.json
├── pnpm-lock.yaml
├── postcss.config.js
├── README.md
├── tailwind.config.js
├── tsconfig.json
└── vite.config.ts

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add some feature').
  5. Push to the branch (git push origin feature-branch).
  6. Open a pull request.

License

This project is licensed under the LGPL-3.0 license. See the LICENSE file for details.

🌟 Star History

Star History Chart

Enjoy managing your wealth with Wealthfolio! 🚀

最近版本更新:(数据更新于 2024-09-11 14:02:14)

2024-09-11 06:44:05 v1.0.11

2024-09-10 05:59:31 v1.0.10

2024-09-09 01:32:17 v1.0.9

2024-09-08 07:49:59 v1.0.8

2024-09-08 05:26:44 v1.0.7

2024-08-28 23:59:55 v1.0.6

2024-08-27 02:03:27 v1.0.5

2024-07-02 02:54:06 v1.0.4

2024-06-20 02:16:40 v1.0.3

2024-06-18 23:21:16 v1.0.2

主题(topics):

macos-app, portfolio-tracker, tauri-app

afadil/wealthfolio同语言 TypeScript最近更新仓库

2024-09-19 22:02:20 CopilotKit/CopilotKit

2024-09-19 11:13:15 TBXark/ChatGPT-Telegram-Workers

2024-09-18 18:13:19 n8n-io/n8n

2024-09-18 17:42:59 lobehub/lobe-chat

2024-09-18 16:18:24 toss/es-toolkit

2024-09-17 21:03:04 vuetifyjs/vuetify