Skip to content

Commit

Permalink
adding screenshots in readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
chiragyadav2003 committed May 14, 2024
1 parent b49b0d8 commit 1f33d25
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,32 @@ Here're some of the project's best features:

<h2>📷 Project ScreenShot</h2>

1. Login / Signup

![1715687470788](image/README/1715687470788.png)

2. Dashboard

![1715687500495](image/README/1715687500495.png)

3. Transfer page

![1715687798328](image/README/1715687798328.png)

4. Transfer money from bank to wallet

![1715687844592](image/README/1715687844592.png)
![1715687883305](image/README/1715687883305.png)

5. P2P transaction page

![1715687609259](image/README/1715687609259.png)

6. Making P2P transfer

![1715688157239](image/README/1715688157239.png)
![1715688121623](image/README/1715688121623.png)

<br>

<h2>📒 Project Description</h2>
Expand Down
2 changes: 1 addition & 1 deletion apps/user-app/components/p2pTransactions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const P2PTransaction = async ({
</div>
</div>
<div className="flex flex-col justify-center">
Rs {transaction.amount / 100}
Rs {transaction.amount}
</div>
</div>
)
Expand Down
Binary file added image/README/1715687470788.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/README/1715687500495.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/README/1715687527131.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/README/1715687609259.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/README/1715687798328.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/README/1715687844592.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/README/1715687883305.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/README/1715687919336.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/README/1715688121623.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/README/1715688157239.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1f33d25

Please sign in to comment.