Welcome to my personal developer portfolio! This site is designed to showcase my skills, projects, and passion for front-end development and software engineering.
- Responsive Design: Optimized for desktop and mobile devices.
- Interactive UI: Engaging animations and transitions.
- Project Showcases: Highlighting key projects with descriptions and links.
- Contact Form: Reach out to me directly through the site.
- Frontend: HTML, CSS, JavaScript
- Build Tool: Vite
- Linting: ESLint
billy-portfolio/
├── public/ # Static assets
├── src/ # Source code
│ ├── components/ # Reusable components
│ ├── pages/ # Page components
│ └── styles/ # Global styles
├── .gitignore # Git ignore rules
├── eslint.config.js # ESLint configuration
├── index.html # Main HTML file
├── package.json # Project metadata and dependencies
└── vite.config.js # Vite configuration