Skip to content

g3vind/portfolio-govind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Personal Portfolio

Welcome to my personal portfolio website built with React.js, Tailwind CSS, and various other technologies. This repository contains the source code for my portfolio website, which showcases my work, skills, and more.

Live Demo

You can experience the portfolio directly by visiting the live demo here.

Technologies Used

  • React.js: A JavaScript library for building user interfaces.
  • Tailwind CSS: A utility-first CSS framework for quickly styling the site.
  • React Router DOM: For handling navigation within the website.

Installation

To run this project locally, follow these steps:

  1. Clone this repository:

    git clone https://github.com/g3vind/portfolio-govind.git
  2. Navigate to the project directory:

    cd portfoio-govind
  3. Install dependencies:

    npm install
  4. Start the development server:

    npm run dev
  5. Open your browser and visit http://localhost:5173 to see your portfolio.

Acknowledgments