├── src
├── styles
│ └── Footer.css
├── .DS_Store
├── assets
│ ├── weather.png
│ └── react.svg
├── Screenshot 2025-01-20 at 9.28.59 PM.png
├── Screenshot 2025-01-20 at 9.38.33 PM (2).png
├── main.jsx
├── components
│ ├── splineBackground.jsx
│ ├── Footer.jsx
│ ├── ProjectCard.jsx
│ ├── Navbar.jsx
│ └── Contact.jsx
├── index.css
├── App.jsx
└── App.css
├── .DS_Store
├── README.md
├── vite.config.js
├── index.html
├── package.json
├── eslint.config.js
├── public
└── vite.svg
└── .gitignore
/src/styles/Footer.css:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Anubhav579/My-Portfolio/HEAD/.DS_Store
--------------------------------------------------------------------------------
/src/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Anubhav579/My-Portfolio/HEAD/src/.DS_Store
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | Link to the deployed portfolio
2 | https://my-portfolio-cyan-kappa-69.vercel.app/
3 |
--------------------------------------------------------------------------------
/src/assets/weather.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Anubhav579/My-Portfolio/HEAD/src/assets/weather.png
--------------------------------------------------------------------------------
/src/Screenshot 2025-01-20 at 9.28.59 PM.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Anubhav579/My-Portfolio/HEAD/src/Screenshot 2025-01-20 at 9.28.59 PM.png
--------------------------------------------------------------------------------
/src/Screenshot 2025-01-20 at 9.38.33 PM (2).png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Anubhav579/My-Portfolio/HEAD/src/Screenshot 2025-01-20 at 9.38.33 PM (2).png
--------------------------------------------------------------------------------
/vite.config.js:
--------------------------------------------------------------------------------
1 | import { defineConfig } from 'vite'
2 | import react from '@vitejs/plugin-react'
3 |
4 | // https://vite.dev/config/
5 | export default defineConfig({
6 | plugins: [react()],
7 | })
8 |
--------------------------------------------------------------------------------
/src/main.jsx:
--------------------------------------------------------------------------------
1 | import { StrictMode } from 'react'
2 | import { createRoot } from 'react-dom/client'
3 | import './index.css'
4 | import App from './App.jsx'
5 |
6 | createRoot(document.getElementById('root')).render(
7 |
22 |
35 | Bachelor’s in Computer Science
36 |
37 | University of Louisiana at Monroe | Monroe, LA
38 |
39 | 2021 - 2025
40 |
54 | Here are some of the projects I have worked on: 55 |
56 | 57 |{project.description}
79 |Your message has been sent successfully!
} 67 | {isError &&Failed to send message. Please try again.
} 68 | 97 |