Skip to content

Dhanush010/Dhanush010.github.io

Repository files navigation

Dhanush's Personal Website

My personal portfolio website built with Astro and Tailwind CSS. This site showcases my projects, experience, and skills in a clean, modern design.

Features

  • 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

Tech Stack

  • Framework: Astro
  • Styling: Tailwind CSS
  • Language: TypeScript
  • Deployment: Ready for Vercel, Netlify, or any static hosting

Getting Started

Prerequisites

  • Node.js 18+
  • npm or yarn

Installation

  1. Clone the repository
git clone <your-repo-url>
cd dhanush-website
  1. Install dependencies
npm install
  1. Start development server
npm run dev
  1. Build for production
npm run build

Project Structure

src/
├── components/     # Reusable UI components
├── pages/         # Page templates
├── styles/        # Global styles and Tailwind config
└── config.ts      # Site configuration and content

Customization

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

Deployment

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 dist folder
  • GitHub Pages: Enable GitHub Actions for automatic builds

License

This project is open source and available under the MIT License.

Contact

Feel free to reach out if you have any questions or would like to discuss a project:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published