DEV Community

Parker Strauss
Parker Strauss

Posted on

The beginning of Project 2

Image description
As I begin to imagine how Project 2 in my IST 256 class will unfold, I dissect the image above to figure out the API. The API element will consist of card-like instances similar to Project 1. Each item in the list will be its own element within the full list. For example, the full list will be 'badge list', while each element within it will be named 'badge'. The properties that will be necessary for the project are an image, badge title, description, author, step 1, and step 2. The specifics of all these properties will be necessary from the backend in order to make it work. For reference, it will looks something like the most recent homework assignment I completed, which can be found here. Initially, I plan on making a basic badge element, then duplicating it into a list, then finally working with the backend to wire up each item in the list with the correct details.

Top comments (0)