V2

Introduction

This Portfolio Website is a simple, responsive digital portfolio built using ReactJS. It uses a unique bento-grid layout to showcase your details.

Features

  • Responsive Design: The layout is adaptable for all screen sizes (mobile, tablet, desktop).
  • Interactive UI: Uses animations, hover effects, and smooth scrolling to improve user interaction.
  • Skills Showcase: You can showcase domain wise skillset.
  • Projects Section: A detailed display of personal or professional projects with links for more information.
  • Contact Form: A working contact form for potential clients or collaborators to reach out.
  • Social Media Links: Links to various social media profiles.

Technologies Used

This portfolio website is build using ReactJS, along with tailwindCSS and lucide-react icons.

Sections

  1. About Me: A brief overview of my background, interests, and what I do.
  2. Skills: A section to showcase my technical skills and tools I'm proficient in.
  3. Projects: A carousel of projects with screenshots, descriptions, and links to their GitHub repositories or live demos.
  4. Contact: A contact form and social media links to reach out directly.
  5. Education: A brief overview of educational qualifications.

Screenshots

imageimage

Setup and Usage

To run the portfolio website locally, follow these steps:

  1. Select the Portfolio-Website Template: Select the following from the menu:
     Portfolio-Websites > React > v2
    
  2. install dependencies: Navigate to your project directory and run
    npm install
    
  3. run:
    npm start
    
  4. Access the Portfolio-Website your browser and navigate to http://127.0.0.1:3000/

Made using Universal-Box