DEV Community

jackvanzandt
jackvanzandt

Posted on

Finished Project 2

vercel link: https://project-2-ten-pi.vercel.app/
github repo: https://github.com/carter2625/project-2

We ended up using 5 elements: badge-list, edu-badge, project-2, search-bar, and list. We broke it up this way to make the code more modular and easier to maintain. Separating the search functionality into its own element allowed us to reuse it across different parts of the application, and also made it easier to make changes or updates to the search functionality without affecting other parts of the code. The hardest aspect of this project was implementing the search functionality. We had to make sure that the search query was being passed correctly between the elements. This took a lot of trial and error to make sure it was rendering properly. Creating the UI for the application was easier than expected. The styling was straightforward and we were able to use HTML and CSS to achieve the look we desired.

Top comments (0)