This is my personal portfolio website, showcasing my skills, projects, and experience. It includes an interactive 3D globe feature and various UI components to create a modern and engaging user experience.
This project is built upon the work of other developers and open-source libraries. Below are the attributions:
- Portfolio Template: Judy Gab's Web Dev Projects
- 3D Globe Component: React Globe by Vasturiano
Some components have been sourced or inspired by various open-source repositories and UI frameworks.
This project is built with React.js and uses multiple libraries for UI, animations, and backend functionalities.
{
"@heroui/avatar": "^2.2.7",
"@heroui/react": "^2.6.14",
"@react-spring/web": "^9.7.5",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"animate.css": "^4.1.1",
"bootstrap": "^5.1.3",
"cors": "^2.8.5",
"express": "^4.18.1",
"nodemailer": "^6.7.5",
"react": "^18.1.0",
"react-bootstrap": "^2.4.0",
"react-bootstrap-icons": "^1.8.2",
"react-dom": "^18.1.0",
"react-globe.gl": "^2.31.3",
"react-mailchimp-subscribe": "^2.1.3",
"react-multi-carousel": "^2.8.1",
"react-on-screen": "^2.1.1",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^6.3.0",
"react-router-hash-link": "^2.4.3",
"react-scripts": "^5.0.1",
"web-vitals": "^2.1.4"
}
To run this project locally, follow these steps:
git clone https://github.com/AlexAbraham2004/Personal-Website.git
cd Personal-Website
2️⃣ Install Dependencies
npm install
3️⃣ Run the Development Server
npm start
The website should now be running on http://localhost:3000/.
To deploy your own version, you can use:
npm run build
vercel deploy
📜 License This project is open-source but includes work from other repositories. Please ensure to check and follow their respective licenses before using or modifying.
💡 Contact & Acknowledgements Built by Alex Abraham If you have any questions or suggestions, feel free to reach out! Thanks to Judy Gab for the portfolio template and Vasturiano for the interactive globe.