Mintmind is an expense tracker application built with Next.js and Tailwind CSS. It helps users manage their finances by tracking income, expenses, and providing visual insights into their spending habits.
Check out the live demo: Mintmind
- Add Expenses: Track your daily expenses with ease.
- Spending Categories: Organize expenses into categories for better insights.
- Visual Analytics: View charts and summaries of your spending trends.
- Responsive Design: Optimized for both mobile and desktop views.
- Clone the repository:
git clone https://github.com/Chinmay2660/Mintmind.git
- Navigate to the project directory:
cd Mintmind
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Next.js: A React framework for production-level applications.
- Tailwind CSS: A utility-first CSS framework for rapid UI development.
- Radix UI: A library of accessible components for building high-quality design systems.
- Recharts: For creating visual charts of financial data.
- Drizzle ORM: For managing database interactions.
- Neon: For PostgreSQL database management.
- Clerk: For authentication and user management.
Contributions, issues, and feature requests are welcome! Feel free to check out the issues page.
- Fork the repository.
- Create your feature branch:
git checkout -b feature/AmazingFeature
- Commit your changes:
git commit -m 'Add some AmazingFeature'
- Push to the branch:
git push origin feature/AmazingFeature
- Open a pull request.