https://github.com/shravzzv/expensely
Expensely is a simple finance tracker designed to make money management less overwhelming. Add income, record expenses, and view your balance in real time. Expensely gives you the essential insights you need without unnecessary complexity.
https://github.com/shravzzv/expensely
expense-tracker finance income-and-expenses income-tracker money money-manager
Last synced: about 1 month ago
JSON representation
Expensely is a simple finance tracker designed to make money management less overwhelming. Add income, record expenses, and view your balance in real time. Expensely gives you the essential insights you need without unnecessary complexity.
- Host: GitHub
- URL: https://github.com/shravzzv/expensely
- Owner: shravzzv
- Created: 2025-08-25T08:05:49.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-08-25T10:22:32.000Z (about 2 months ago)
- Last Synced: 2025-08-25T10:55:39.775Z (about 2 months ago)
- Topics: expense-tracker, finance, income-and-expenses, income-tracker, money, money-manager
- Language: TypeScript
- Homepage: https://expensely-money.vercel.app
- Size: 60.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Expensely

[Project demo](https://expensely-money.vercel.app/)## Description
**Expensely** is a simple, clean, and minimalistic expense tracker built with **Next.js, Tailwind CSS, and ShadCN**.
It helps you keep track of your **income, expenses, and overall net worth** in a clear dashboard view.Stay on top of your money with an elegant and lightweight tool.
## Features
- 📊 Add and manage income & expenses
- 🧮 Automatic net worth calculation
- 🎨 Clean UI with ShadCN components
- ⚡ Fast and responsive (built on Next.js & Tailwind CSS)
- ☁️ Deployed on Vercel for instant access## Technologies Used
[](https://skillicons.dev)
## Installation
To install the project, follow these steps:
```bash
git clone https://github.com/shravzzv/expensely.git
cd expensely
npm install
npm run dev
```## How to Contribute
If you'd like to contribute, follow these steps:
1. Fork the repository on GitHub.
2. Clone your fork locally.
```bash
git clone [your_forked_repository_link]
cd expensely
```3. Create a new branch for your feature or bug fix.
```bash
git checkout -b feature-or-bug-fix-name
```4. Make your changes, commit them, and push them to your fork.
```bash
git add .
git commit -m "Your commit message here"
git push origin feature-or-bug-fix-name
```5. Open a Pull Request on GitHub, comparing your branch to the original repository's `main` branch.
## Issue Tracker
Find a bug or want to request a new feature? Please let us know by submitting an issue.
- [Issue Tracker](https://github.com/shravzzv/expensely/issues)
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.