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

Screenshot 2025-03-31 084649

Skills Section

Screenshot 2025-03-31 084659

Projects Section

Screenshot 2025-03-31 084712

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

  1. Clone the repository:
    git clone https://github.com/impulseadi/minimal-portfolio.git
    
  2. Navigate to the project directory:
    cd minimal-portfolio
    
  3. Install dependencies:
    npm install
    
  4. Start the development server:
    npm run dev