Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aagam17/revenuecalc
A Desktop app That Divides Income Using Profit First Method and Tax Slab.
https://github.com/aagam17/revenuecalc
Last synced: 3 days ago
JSON representation
A Desktop app That Divides Income Using Profit First Method and Tax Slab.
- Host: GitHub
- URL: https://github.com/aagam17/revenuecalc
- Owner: AAGAM17
- License: mit
- Created: 2024-01-10T11:06:02.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-10T11:30:41.000Z (12 months ago)
- Last Synced: 2024-01-10T12:34:02.342Z (12 months ago)
- Language: Rust
- Homepage:
- Size: 45.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rust Revenue Calculator
This is a simple revenue calculator written in Rust. It calculates the tax based on the income and the country of residence as per the tax slab and also divides the income via Profit First Method.
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
- Rust: You can download Rust from [the official website](https://www.rust-lang.org/tools/install).
### Installing
1. Clone the repository
```bash
git clone https://github.com/AAGAM17/revenuecalc.git
```
2. Navigate to the cloned repository
```bash
cd revenuecalc
```
3. Build the project
```bash
cargo build
```
4. Run the project
```bash
cargo run
```
5. Bundle the Project Via [Cargo Bundle](https://github.com/burtonageo/cargo-bundle)
```bash
cargo bundle --release
```## Running the tests
Explain how to run the automated tests for this system.
```bash
cargo test
```## Built With
- [Rust](https://www.rust-lang.org/) - The programming language used
- [slint](https://slint.dev/) - The UI library used## Authors
- **Aagam Shah** - *work by* - [AAGAM17](https://github.com/AAGAM17)
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details