BillWise is a simple and responsive subscription tracker built using React and Tailwind CSS.
It helps users manage their monthly/annual subscriptions and keep track of recurring expenses.
- Add, edit, and delete subscriptions
- Track monthly and yearly costs
- LocalStorage persistence (data stays after refresh)
- Clean and responsive UI
- Reusable and modular React components
- React
- Tailwind CSS
- LocalStorage
- Vite
- Dashbord : See all your subscriptions
- Add Subscription : Add your new subscription
- Setting page : Change the currency from the setting page
- Edit subscription : Here you can edit your subscription
https://bill-wise1.vercel.app/
https://github.com/itsgauravkumar07/BillWise
- Managing state effectively using React
- Structuring UI using Tailwind CSS
- Creating reusable components
- Handling user interactions and dynamic UI
git clone https://github.com/itsgauravkumar07/BillWise.git
cd BillWise
npm install
npm run dev


