Skip to content

Chinmay2660/Mintmind

Repository files navigation

Mintmind 💸

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.

🚀 Demo

Check out the live demo: Mintmind

✨ Features

  • 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.

📦 Installation

  1. Clone the repository:
    git clone https://github.com/Chinmay2660/Mintmind.git
  2. Navigate to the project directory:
    cd Mintmind
  3. Install dependencies:
    npm install
  4. Start the development server:
    npm run dev

🛠️ Built With

  • 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.

🤝 Contributing

Contributions, issues, and feature requests are welcome! Feel free to check out the issues page.

  1. Fork the repository.
  2. Create your feature branch:
    git checkout -b feature/AmazingFeature
  3. Commit your changes:
    git commit -m 'Add some AmazingFeature'
  4. Push to the branch:
    git push origin feature/AmazingFeature
  5. Open a pull request.