Minimalistic Portfolio Website
March 31, 2025 ยท View on GitHub
Live Demo
Live Portfolio (https://minimalist-portfolio-phi.vercel.app/)
Introduction
This is a minimalistic portfolio website showcasing my work, interests, and social media links. The website is built with React.js and Tailwind CSS, focusing on a clean and modern design.
Screenshots
Home Section
Skills Section
Projects Section
Tech Stack
- React.js
- Tailwind CSS
Features
- Fully responsive design
- Social media integration
- Interests and skills section
- Project showcase with GitHub and live demo links
- Optimized performance with lazy loading and caching
Setup Instructions
- Clone the repository:
git clone https://github.com/impulseadi/minimal-portfolio.git - Navigate to the project directory:
cd minimal-portfolio - Install dependencies:
npm install - Start the development server:
npm run dev