Learning project realised in 2023 during my second year IT studies internship at Loria, in Nancy, France. The repo is divided in four parts:
I followed the 1 to 9 chapters of the "Creating Interfaces with Bulma" Jeremy Thomas' book : https://bleedingedgepress.com/creating-interfaces-bulma/
I followed videos from the Youtube channel "La Tech avec Bertrand" to learn VueJS basics :
- Tuto Vue JS 3 : les bases ! ( tutorial pour débutant en français ) - YouTube
- [GUIDE] Débutez avec Vue CLI, Vue Router et VueX (fr) - YouTube
- VUE 3 : les Nouveautés Vue JS 3.0.0 - YouTube
- Passer des requêtes à une API REST dans Vue JS avec Axios Tuto Javascript - YouTube
I followed the chapter 12: VueJS integration of the "Creating Interfaces with Bulma" Jeremy Thomas' book.
Part 4: VueJS + Bulma + API + reusable components + documentation + tests + docker (this line is too long)
- I used the @Sacus1 API to apply changes from the interface to its database.
- I externalised some VueJS code into components to make it reusable.
- @Sacus1 made CodeceptJS tests
- @Sacus1 Dockerized the project
- I made the documentation using Vuese