Vue3 Basics
- First project using Vue3 composition API
- Learning about reactive refs and computed properties

Simple business website built while learning Vue3 and TypeScript fundamentals
A basic business website for an aerial arts studio. Built to practice Vue3, TypeScript, and responsive design.
Simple page navigation using Vue Router. First time implementing route guards and transitions.

Basic responsive design using Bootstrap. Learning mobile-first approach.

Simple content components using Vue3 composition API. Needs better component organization.

Basic image carousels using Vue3-carousel. Still working on performance with larger images.

First time using TypeScript with Vue. Struggled with proper typing of props and events.
Learning to organize components effectively. Current structure needs improvement.
Working on better image loading strategies. Current implementation is basic.