You can find the answers in here
You can find the answers in here
I have started this page in a Vue project. In fact all 3 pages are on the same repo connected to each other. I have worked with media queries in the past, but wanted to try grid system. There's a lot to learn about it, but seems to produce decent results.
Please follow project setup and configure the application as explained below.
After running yarn start
, the main page should open in the browser automatically. The router will then redirect you to http://localhost:3000/main
page which is the answer for Styling section.
The Book listing can either be accessed directly via http://localhost:3000/books
or by clicking on the Just added link in the top navigation bar of /main
page.
The /books
listing page requires the API server running and also configured before running the application.
After successfully opening the books listing page, you should be able to click on each book title to see single book view page like http://localhost:3000/books/ulysses
.
I have added some Back buttons in every page for easy navigation.
yarn install
Update the VUE_APP_API_URL
variable in .env
file with the appropriate API URL.
yarn run start
yarn run build
yarn run test
yarn run lint
yarn run test:e2e
yarn run test:unit