Made in collaboration with Jahid Chetti in my second year @Ghent-University.
This is a simple audiobook library with which users can manage which audiobooks they've read by adding new books to their profiles, keeping track of their progress for different audiobooks and writing reviews. It consists of just the frontend, written in Vue, using the following REST API https://groep34.webdev.ilabt.imec.be/. No authentication was implemented as the goal of this project was to familiarize with frontend development.
npm install
npm run serve
npm run build
npm run lint