RavenSam / DealDocs

A desktop application, built with Tauri and React, designed to simplify and streamline the process of creating project quotes.

Repository from Github https://github.comRavenSam/DealDocsRepository from Github https://github.comRavenSam/DealDocs

DealDocs - Streamlined Quote Generator Desktop App

DealDocs is a desktop application, built with Tauri and React, designed to simplify and streamline the process of creating project quotes. It allows users to quickly generate professional-looking PDF quotes by defining project steps and their associated pricing. The application focuses on simplicity and ease of use, providing a user-friendly interface to create quotes efficiently.

screenshot

Features

This application includes the following core features:

  • Step-Based Quote Creation
  • Pricing Input
  • Dynamic Quote Preview
  • PDF Quote Download
  • Internationalization (En/FR)
  • Save quotes to a database
  • Drag & Drop steps

Download the App

You can download the pre-built DealDocs desktop application from the GitHub Releases page. Download the appropriate package for your system.

Tech Stack

Setup and Installation (For Developers)

  1. Clone the repository:

    git clone https://github.com/RavenSam/DealDocs.git
    cd DealDocs
  2. Install dependencies using pnpm:

    pnpm install
  3. Install Tauri v2 Follow the link to get started for your respective operating system

  4. Run the application in development mode:

    pnpm tauri dev

    This command will likely start the development server and open the desktop application.

  5. Building the application for distribution:

    pnpm tauri build

    This command will build distributable packages for your target operating systems in the src-tauri/target/release/bundle directory.

About

A desktop application, built with Tauri and React, designed to simplify and streamline the process of creating project quotes.


Languages

Language:TypeScript 94.7%Language:CSS 3.2%Language:JavaScript 1.1%Language:Rust 0.8%Language:HTML 0.2%