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

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

Create the main part of the homepage that keeps the layout from the wireframe: When the page loads, the webapp retrieves data from the selected API and shows the list...

Implement the "add new comment" form on the Comments pop up according to the wireframe: When the user clicks on the "Comment" button, the data is recorded in the [Involvement...

When the popup loads, the webapp retrieves data from the [Involvement API](https://www.notion.so/microverse/Involvement-API-869e60b5ad104603aa6db59e08150270) to show the item comments. This task **does not** include the counter of the comments.

Create a comments popup only with the top section (displaying details of the selected item) When the popup loads, the webapp retrieves data from the selected API and shows details...

Create a reservations popup only with the top section (displaying details of the selected item) When the popup loads, the webapp retrieves data from the selected API and shows details...

When the popup loads, the webapp retrieves data from the [Involvement API](https://www.notion.so/microverse/Involvement-API-869e60b5ad104603aa6db59e08150270) to show the item's reservations. This task **does not** include the counter of the reservations.

Implement the "add new reservation" form on the Reservations pop up according to the wireframe: When the user clicks on the "Reserve" button, the data is recorded in the Involvement...