Welcome to the source code of my personal portfolio website! This project showcases my skills, projects, and experiences in a sleek, modern UI.
🌍 Live Demo: Check out the live website here!
- Blazing Fast: Built with React and Vite for an incredibly fast development and production experience.
- Beautiful & Responsive: Styled using Tailwind CSS for a sleek, mobile-first design that adapts seamlessly to any screen size.
- Hosted with Firebase: Seamless deployment and solid performance using Firebase Hosting.
- Modern JavaScript/JSX Modules: Utilizing functional components, hooks, and scalable component architecture.
Want to explore the code or run this locally? Let's go:
# 1. Install dependencies
npm install
# 2. Run the development server
npm run devVisit http://localhost:5173 to view the app!
To create an optimized build, simply run:
npm run buildCrafted with <3 and React.