This is my first ever Vue app. I've build it for an assignment for a job application at DTT.
To see the page I created visit https://jeanettt.github.io/book-app
The source code of this project is located at the source-code branch. To view the project locally:
- download the code from the source-code
- open in your IDE
- run
npm -i
- run
npm run serve
- First I watch tutorials from Vue Mastery.
- Then I made a lot of test apps
- Finally i made the final app