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 balance in a clear dashboard view.
Stay on top of your money with an elegant and lightweight tool.
- 📊 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
To install the project, follow these steps:
git clone https://github.com/shravzzv/expensely.git
cd expensely
npm install
npm run devIf you'd like to contribute, follow these steps:
-
Fork the repository on GitHub.
-
Clone your fork locally.
git clone [your_forked_repository_link] cd expensely -
Create a new branch for your feature or bug fix.
git checkout -b feature-or-bug-fix-name
-
Make your changes, commit them, and push them to your fork.
git add . git commit -m "Your commit message here" git push origin feature-or-bug-fix-name
-
Open a Pull Request on GitHub, comparing your branch to the original repository's
mainbranch.
Find a bug or want to request a new feature? Please let us know by submitting an issue.
This project is licensed under the MIT License - see the LICENSE file for details.
