Skip to content

Commit 93b2ec0

Browse files
committed
Merge branch 'main' of github.com:0xVikasRushi/splitwise-rust
2 parents 7334836 + ca31b4c commit 93b2ec0

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2024 Vikas Rushi
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Splitise cli
1+
# Splitwise Alternative CLI in Rust 🦀
22

33
![watcher](./assets/split.png)
44
It allows users to create groups, add expenses, view transactions, add new group members, and efficiently split bills among group members.
@@ -22,6 +22,7 @@ It allows users to create groups, add expenses, view transactions, add new group
2222
2. Navigate to the project directory:
2323

2424
```bash
25+
2526
$ cd splitwise-rust
2627
```
2728

@@ -55,3 +56,4 @@ cargo run
5556
6. **Exit**: Exit the CLI.
5657

5758
## Example
59+
<video src="https://github.com/0xVikasRushi/splitwise-rust/assets/88543171/c112bd5f-1848-4ce8-a121-4548dbacd24e" autoplay muted loop controls></video>

0 commit comments

Comments
 (0)