Skip to content

Monik2002/My-Portfolio

Repository files navigation

My Portfolio Website

This is my portfolio website made using react.js and hosted on vercel.

Folder Structure

.
├── public
│   ├── _redirects
│   ├── favicon.ico
├── src
│   ├── assests
│   ├── components
│       ├── Footer.jsx
│       ├── HeroSection.jsx
│       ├── Navigation.jsx
│       ├── HighlightPreview.jsx
│       ├── HighlightsSection.jsx
│       ├── ProjectsSection.jsx
│       ├── StarIcon.jsx
│       ├── ThemeContext.jsx
│   ├── pages
│       ├── Home.jsx
│       ├── About.jsx
│       ├── Projects.jsx
│       ├── Contact.jsx
│   ├── App.css
│   ├── App.jsx
│   ├── index.css
│   ├── main.jsx
├── .gitignore
├── package.json
├── index.html
├── README.md

Installation

To run this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Monik2002/react-portfolio.git
    
     cd MY_PORTFOLIO
  2. Install the dependencies:

    npm install
  3. Run the development server:

    npm run dev
  4. Open the source code and start editing!

  5. Your site is now running at http://localhost:5173! 🚀

Video

my_portfolio_video.mp4

photo_2024-06-05_19-09-30

image