A modern developer portfolio website built using TypeScript, Tailwind CSS, and Vite, created with Lovable AI. This portfolio showcases projects, skills, and professional experience in a clean, interactive, and responsive design.
This is a fully responsive personal portfolio designed to highlight:
- Technical skills
- Projects & achievements
- Professional profile
- Contact information
It is built with modern frontend tools and structured for easy customization.
- ⚡ Fast performance powered by Vite
- 🎨 Modern UI with Tailwind CSS
- 📱 Fully responsive on all devices
- 🧩 Component-based structure
- 🔧 Easy to edit and customize
- 🏷️ Built with TypeScript
| Technology | Purpose |
|---|---|
| TypeScript | Main programming language |
| Vite | Development & build tool |
| Tailwind CSS | Styling and UI design |
| Node.js | Runtime environment |
| npm | Package management |
Make sure you have Node.js and npm installed.
# Clone the repository
git clone https://github.com/LoganthP/Loganth-Portfolio-Lovable.git
# Navigate into the project folder
cd Loganth-Portfolio-Lovable
# Install dependencies
npm install
# Start the development server
npm run dev