- yarn install
- yarn serve
- Vue
- Vue-router
- Vuex
- Typescript
- Scss
- Bootstrap
- Axios
- Jest
- Firebase
It's a basic self-development app to test Vue and connected skills, which I want to improve. It contains authentication mechanism, which allows users to login/log out and also manage your profile. For example buying premium or change lastname/surname. Every data is stored in firebase backend and fetched to vuex store during login.
- Improve responsiveness (it was project mainly to improve Vue related skills)
- Refactor HTML and CSS code (repetitions + rewrite to BEM)
- Refactor JS to avoid repetitions