[VA-Movies-capstone2] Is about building your own web application based on an external API. All data is preserved thanks to the external https://api.tvmaze.com API service.
APIs used:
Remember that your page should make only 2 requests: One to the base API. And one to the Involvement API. When the user clicks on the Like button of an item, the interaction is recorded in the Involvement API and the screen is updated. When the user clicks on the βCommentsβ button, the Comments popup appears. Home page header and navigation similar to the given mockup. Home page footer similar to the given mockup.
When the popup loads, the webapp retrieves data from: The selected API and shows details about the selected item. The Involvement API to show the item comments. When the user clicks on the βCommentβ button, the data is recorded in the Involvement API and the screen is updated. When the popup loads, the webapp retrieves data from: The selected API and shows details about the selected item. The Involvement API to show the item reservations. When the user clicks on the βReserveβ button, the data is recorded in the Involvement API and the screen is updated. Counters We have counters in all the interfaces that show:
https://amazinggracee.github.io/VA-Movies-capstone2/dist
https://www.loom.com/share/a91e3546fb7246e38e305f832778026c
You can have a copy of this repo run on your local machine by just directly cloning it.
To get a local copy up and running follow these simple example steps.
Zip
or (git clone)[https://github.com/Amazinggracee/VA-Movies-capstone2.git]
cd Leaderboard
live server
For tracking linter errors locally you need to follow these steps:
npm install
This command will download all the dependencies of the project
npx hint .
npx stylelint β*/.{css,scss}β
npx eslint .
To get the output of our project make sure you have google Chrome, Mozila or any other browser installed.
In order to install this project please go through the following steps:
npm install
npm start
to start the servernpm run build
to build the projectnpm run test
to run the testsπ€ Amarachi Dimkpa
π€ Victor Kanyi
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a βοΈ if you like this project!
This project is MIT licensed.