A personal finance management app built with Next.js, Tailwind CSS, TypeScript, and Shadcn UI. The app helps users track their expenses, manage budgets, and gain better control over their personal finances.
The design of this project was inspired by the Finebank - Financial Management Dashboard UI Kits (Community). A special thanks to the community for providing this amazing resource.
Check out the app in action at financaszap.vercel.app.
Clone the repository:
git clone https://github.com/XandZap/financial-management-app
Navigate to the project directory:
cd financial-management-app
Install the dependencies:
npm install
Set up the environment variables:
.Rename .env.example to .env.local .Update the environment variables with your own values
Start the development server:
npm run dev
Open your browser and visit http://localhost:3000 to access the app.
License This project is licensed under the MIT License.
Remember to replace `{netlify-status-badge-id}`, `{netlify-site-name}`, and other placeholders with the appropriate values specific to your project. Additionally, update the content with relevant information and instructions specific to your project as needed.