Pocket is a simple web application that helps users track their income, expenses, and overall balance. The application provides a clear summary of financial activities, allowing users to manage their finances efficiently.
- Track Income: Add and view your income sources.
- Track Expenses: Keep an eye on your spending by adding expenses.
- Balance Summary: View a real-time summary of your total income, total expenses, and remaining balance.
- Data Visualization: Visualize your income and expense trends using interactive charts.
- Local Storage: The application saves your financial data in the browser's local storage, ensuring persistence between sessions.
- React: Frontend library used to create dynamic and interactive user interfaces.
- Redux Toolkit: Manages the application's global state, including incomes, expenses, and the balance.
- React Chart.js 2: Used to visualize income and expense data through charts, built on top of
Chart.js. - Tailwind CSS: Used for styling the application with a modern, responsive, and utility-first approach.
- Local Storage: Data is saved in the browser's local storage for persistence.
You can visit and use Pocket here