JavaScriptCapstone icon indicating copy to clipboard operation
JavaScriptCapstone copied to clipboard

Awesome movies is a JavaScript-based project that utilizes ES6 syntax, async/await, and follows best practices to build single page apps. The project ensures code quality through unit tests, code revi...

Results 18 JavaScriptCapstone issues
Sort by recently updated
recently updated
newest added

Dear Frank & ab-noori Great work implementing the TVmaze API and including the movies in the project. Still, work has to be done in adding the engagements to the project....

### Javascript Kanban setup - link to your GitHub [`project`](https://github.com/ab-noori/JavaScriptCapstone/projects/1) - Partners: 2(two)

Create footer according to the wireframe:

Create page header according to the wireframe:

- Set up Gitflow - Set up webpack - Set up a JavaScript testing library (Jest)

Choose images, text, icons, fonts.

Find an API to base the development of the webapp around it. The API should allow you to - Get a list of items with a unique item id (or...

Even if the API gives you the number of items, you will create a specific function to calculate it. Make sure that the correct number is displayed on the Homepage....

When the user clicks on the Like button of an item (on Homepage), the interaction is recorded in the Involvement API and the screen is updated.

When the page loads, the webapp the [Involvement API](https://www.notion.so/microverse/Involvement-API-869e60b5ad104603aa6db59e08150270) to show the item likes and combines them with the data from the base API. Remember that your page should make...