DEV Community

JeffTaylor108
JeffTaylor108

Posted on

Project 2 Week 1 Update

Part 1 (code)

github: https://github.com/JeffTaylor108/software-card

vercel: https://software-card.vercel.app/

Part 2 (writing)

Include images of how you are conceiving the API for the elements involved and the names:

badge-card

image

What properties do you think you'll need

  • title
  • creator
  • topic
  • icon

What sort of information will need to come from the backend to make this work?

Keywords associated with each badge, such as tags, topics, creators, focus areas, etc.

Either using a screen cast, taking screen shots, links to your code, show how you'll apply concepts from the Homework

image
image

Relate it to what you'll have to do in order to pull this off for Project 2

I will have to give searchable properties to each badge on the backend in an ArrayList, which can be accessed from the API and then return the matching badges on the front end

Top comments (0)