Skip to content

Latest commit

 

History

History
73 lines (48 loc) · 1.05 KB

File metadata and controls

73 lines (48 loc) · 1.05 KB

Personal Portfolio Website

Project Overview

This is my personal portfolio website where I showcase my skills, projects, education, and contact information. The website is fully responsive and designed with a clean and modern user interface to provide a great user experience across all devices.


Main Technologies

  • React.js
  • TypeScript
  • Tailwind CSS
  • Vite

Main Features

  • Responsive Design
  • About Me Section
  • Skills Section
  • Projects Showcase
  • Resume Download
  • Contact Section
  • Smooth Navigation

Dependencies

Main packages used in this project:

  • React
  • React DOM
  • React Router DOM
  • Tailwind CSS
  • React Icons

Run Locally

Clone the repository

git clone https://github.com/Hridoy004/portfolio.git

Go to the project folder

cd portfolio

Install dependencies

npm install

Run the development server

npm run dev

Relevant Links