This is my portfolio website made using react.js and hosted on vercel.
.
├── 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
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/Monik2002/react-portfolio.git cd MY_PORTFOLIO
-
Install the dependencies:
npm install
-
Run the development server:
npm run dev
-
Open the source code and start editing!
-
Your site is now running at
http://localhost:5173
! 🚀