This is the frontend of my personal developer portfolio, built with Vue.js.
It connects to a Laravel API backend and allows visitors to browse my projects, technologies used, and links to my GitHub repositories.
- List of personal projects with title, description, and repo link
- Display of technologies used for each project (e.g., Laravel, Vue, PHP)
- Responsive and modern UI
- Clean Vue 3 structure with Composition API
- Axios integration to communicate with Laravel backend
- Vue.js 3 (Composition API)
- Vite (Frontend tooling)
- Axios (API requests)
- TailwindCSS (optional, for styling)
- Laravel API (backend)