DEV Community

Zach
Zach

Posted on

Scoping for Project 2

Here is where we are conceiving the API for the elements involved with completing this homework assignment.

Image description

The properties that I think we'll need for completing project 2 are things such as titles, descriptions, and possibly a logo or image for each of the items in the list of things that we will have to post on the web page from our api.

Specific information on things such as the pathing to an image, or the name of one of the specific list elements will need to come from the backend to be able to be displayed on the frontend or running version of the web application that we will create.

A list of information in a .json file will likely be used.

Image description

A render function to render the specific component that will make the list of items show up on the application will be created in order to format how the properties and elements will be displayed.

Image description

We will attack the problem and create a solution by using several of the things that we did in this example homework assignment to be able to successfully deploy the listed information from the api.

Top comments (0)