Category
Web Development
About This Project
Although I have years of experience as a VueJS developer, most of the code I’ve worked on is proprietary and can not be shared. So, I created a simple Vue app as a sandbox to explore concepts and demonstrate a basic understanding of the framework.
This web app merely tracks the cities and specific breweries in which I have performed as a musician for my
Colorado Sessions project. It is written in Typescript utilizing Interfaces and classes. It currently employs the following concepts:
- Composition API & Composables
- Typescript
- Interfaces for data typing
- Vue Router
- Pinia Store
- Axios (to call API and get data from mySQL)
- Navigation guards
- Vue3 Spinners
- Scoped Styles
- Parent child Component Architecture