# Nathan Tran's Portfolio This is my personal portfolio website to showcase my projects and skills. View the live site here: [Link to deployed site] ## Features - Minimal and clean design - Dark mode - Cool animations with Magic UI ## Built With - [Next.js](https://nextjs.org/) - React framework for production - [Tailwind CSS](https://tailwindcss.com/) - Utility-first CSS framework - [Magic UI](https://magicui.design/) - UI library with beautiful components - [Framer Motion](https://www.framer.com/motion/) - Animation library - [Lucide React](https://lucide.dev/) - Icon library - Deployed on [Vercel](https://vercel.com/) ## Getting Started First, install the dependencies: ```bash npm install ``` Then, run the development server: ```bash npm run dev ``` Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.