ProShop Project Demo

ProShop Project Demo

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

This course guides you through building a web application from scratch using React, Redux, and Heroku. It covers setting up a homepage with navigation, product pages, and a shopping cart with local storage. The checkout process includes login, shipping, and payment using PayPal. Admin functionalities allow for order management and product creation. The course emphasizes custom coding without relying on pre-built solutions, providing a comprehensive learning experience.

Read more

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What feature is available on the homepage of the e-commerce application?

Payment gateway integration

Order tracking

Product carousel

User profile management

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What information is displayed on the product page?

User reviews and ratings

Payment options

Order history

Shipping details

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How are cart items stored to ensure they persist across sessions?

In cookies

In a database

In local storage

In session storage

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which payment method is integrated into the checkout process?

Google Pay

PayPal

Stripe

Square

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens to an order in the database after it is placed but not yet paid?

It is marked as delivered

It is marked as pending

It is marked as not paid

It is deleted

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What additional functionality does an admin have compared to a regular user?

Leave multiple reviews

View personal order history

Ability to edit user information

Access to payment methods

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What can an admin do with products in the application?

Change product categories

Only view products

Edit and delete products

Only add new products