https://github.com/lalanachami/expense-tracker
https://github.com/lalanachami/expense-tracker
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lalanachami/expense-tracker
- Owner: LalanaChami
- Created: 2025-03-07T15:36:02.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-07T16:21:45.000Z (7 months ago)
- Last Synced: 2025-03-07T16:37:39.862Z (7 months ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Expense Tracker
Expense Tracker is a React Native application that allows users to track their expenses. The app includes features such as adding transactions, viewing transaction details, and managing user authentication.
## Features
- User authentication (Sign In)
- Add new transactions
- View transaction details
- Dashboard to view all transactions## Screens
- **Sign In Screen**: Allows users to sign in with their credentials.
- **Dashboard Screen**: Displays a list of all transactions and provides options to add new transactions or log out.
- **Add Transaction Screen**: Allows users to add a new transaction with details such as date, amount, description, location, transaction type, and category.
- **Transaction Details Screen**: Displays detailed information about a specific transaction.## Screenshots
### App in Action
### Screens
| Sign In Screen | Dashboard Screen |
| --- | --- |
||
|
| Add Transaction Screen | Transaction Details Screen |
| --- | --- |
||
|
## Installation
1. Clone the repository:
```sh
git clone https://github.com/your-username/expense-tracker.git
cd expense-tracker