Categories: Uncategorized

Applications of Programming Principles

ASSESSMENT TASK
Functionality
Your task is to style and build a web app that consists of:
1. A front-end web-page. This is to be a single page app made with HTML (provided),
CSS and JavaScript that communicates with a back-end API to load and process user
data. It should:
a. Display a list of users (including paging).
b. Display a single user (selected from the user list).
c. Enable a new user to be created.
d. Enable a user to be updated.
e. Enables a user to be deleted.
f. Use AJAX with JSON to communicate with the back-end API.
2. A back-end API that supports the front-end functionality. Until you have built your own
API you will use a pre-built test API found at https://reqres.in/ to test your front-end
against. The test endpoints you will need to use are:
a. GET LIST USERS.
b. GET SINGLE USER.
c. POST CREATE.
d. PUT UPDATE.
e. DELETE DELETE.
(HTTP method in Bold)
(See Appendix A: APP Assignment Figure 1 for a visual overview of this app)
Styling
You will be provided with a plain HTML version of the user web page. You should use CSS to
style the page according to the PARC guidelines (see the POP Ethical Design Principles
lecture). Preferably use a CSS framework such as W3.CSS or bootstrap.

admin

Share
Published by
admin

Recent Posts

Childbirth

For this short paper activity, you will learn about the three delays model, which explains…

1 year ago

Literature

 This is a short essay that compares a common theme or motif in two works…

1 year ago

Hospital Adult Medical Surgical Collaboration Area

Topic : Hospital adult medical surgical collaboration area a. Current Menu Analysis (5 points/5%) Analyze…

1 year ago

Predictive and Qualitative Analysis Report

As a sales manager, you will use statistical methods to support actionable business decisions for Pastas R Us,…

1 year ago

Business Intelligence

Read the business intelligence articles: Getting to Know the World of Business Intelligence Business intelligence…

1 year ago

Alcohol Abuse

The behaviors of a population can put it at risk for specific health conditions. Studies…

1 year ago