A modern web application built with Next.js that helps users calculate their take-home pay after taxes and deductions.
- Modern UI built with Next.js and Tailwind CSS
- Responsive design
- Form validation with react-hook-form and zod
- Interactive components using Radix UI
- Dark mode support
- Next.js 15
- React 19
- TypeScript
- Tailwind CSS
- Radix UI Components
- React Hook Form
- Zod
- Vitest for testing
- Clone the repository:
git clone [your-repo-url]
cd takehome-pay-calculator- Install dependencies:
pnpm install- Run the development server:
pnpm dev- Open http://localhost:3000 with your browser to see the result.
pnpm dev- Start development serverpnpm build- Build for productionpnpm start- Start production serverpnpm lint- Run ESLintpnpm test- Run tests
MIT