A modern, frontend-only React application for managing digital subscriptions. Track your subscriptions, monitor expenses, and manage shared subscriptions all in one place.
- Track subscription details (name, price, renewal date)
- Support for multiple subscription durations (monthly, quarterly, semi-annual, annual)
- Type categorization (personal/official)
- Tech company-related categories
- Shared subscription management
- Monthly and annual expense calculations
- Sorting capabilities
- Data persistence using localStorage
- React
- Tailwind CSS
- Framer Motion
- LocalStorage for data persistence
- Clone the repository
- Install dependencies:
npm install - Start the development server:
npm start
- Add new subscriptions using the "Add New Subscription" button
- Fill in subscription details including name, price, and renewal date
- Choose the subscription duration and category
- Mark subscriptions as shared if needed
- View and sort your subscriptions in the table
- Monitor monthly and annual expenses
Feel free to submit issues and enhancement requests!