A modern finance tracking application built with Next.js and Tailwind CSS.
Check out the live version of the app: (https://zen-finance.vercel.app/).
These instructions will get your copy of the project up and running on your local machine for development purposes.
- Node.js (v18.18.0 or higher)
- npm or yarn
- Clone the repository
git clone https://github.com/yourusername/zen-finance.git
cd zen-finance
- Install dependencies
npm install
# or
yarn install
- Start the development server
npm run dev
# or
yarn dev
- Next.js - The React framework
- Tailwind CSS - Utility-first CSS framework
- TypeScript - JavaScript with syntax for types
This project uses Tailwind CSS v4.0 with Next.js. The setup includes:
- Custom font size configuration to match the original rem-based design
- CSS variables for colors and gradients to maintain consistency
- Custom component classes via @layer components
- Animation styles in a separate file for better organization
For more information on customizing Tailwind CSS, see the Tailwind CSS documentation.