This is a personal portfolio project built using Vite and Tailwind CSS. It showcases a profile photo, personal information, skills, and other sections in a clean and responsive design.
- Responsive design using Tailwind CSS.
- Semantic HTML for better accessibility and SEO.
- "About Me" and "Skills" sections styled with Tailwind utilities.
- Dynamic and visually appealing layouts.
- Easy customization.
- Vite: Lightning-fast frontend tooling.
- Tailwind CSS: Utility-first CSS framework for styling.
- HTML5: Semantic structure for the web.
- CSS3: Modern web styling.
Follow these steps to clone and run the project locally:
git clone https://github.com/your-username/your-repository-name.git
cd your-repository-name
- Install Dependencies Make sure you have Node.js installed on your system. Then, install the required dependencies:
npm install
- Run the Development Server Start the local development server:
npm run dev
- View the Project Open your browser and navigate to:
http://localhost:3000