My personal portfolio website built with Astro and Tailwind CSS. This site showcases my projects, experience, and skills in a clean, modern design.
- Responsive Design: Works seamlessly across all devices
- Modern Tech Stack: Built with Astro for performance and Tailwind CSS for styling
- Smooth Animations: Subtle animations and transitions for better user experience
- SEO Optimized: Proper meta tags and semantic HTML structure
- Fast Loading: Optimized for performance and Core Web Vitals
- Framework: Astro
- Styling: Tailwind CSS
- Language: TypeScript
- Deployment: Ready for Vercel, Netlify, or any static hosting
- Node.js 18+
- npm or yarn
- Clone the repository
git clone <your-repo-url>
cd dhanush-website- Install dependencies
npm install- Start development server
npm run dev- Build for production
npm run buildsrc/
├── components/ # Reusable UI components
├── pages/ # Page templates
├── styles/ # Global styles and Tailwind config
└── config.ts # Site configuration and content
The website is easily customizable through the src/config.ts file. Update:
- Personal information
- Project details
- Work experience
- Education background
- Social media links
- Color scheme
The site builds to static files that can be deployed to any hosting service:
- Vercel: Connect your GitHub repo for automatic deployments
- Netlify: Drag and drop the
distfolder - GitHub Pages: Enable GitHub Actions for automatic builds
This project is open source and available under the MIT License.
Feel free to reach out if you have any questions or would like to discuss a project:
- Email: dj2680@nyu.edu
- LinkedIn: [Connect on LinkedIn]
- GitHub: [https://github.com/dhanush-dev]