Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.33 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.33 KB

Audiobook library frontend in Vue

Description

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.

image

image

image

image

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.