* Your readme is very well done. Here’s additional info to show how to structure a well written readme. You can used this to improve your readme in future projects
https://medium.com/chingu/keys-to-a-well-written-readme-55c53d34fe6d.
* Your commits aren’t atomic, but your commit messages aren’t descriptive. Here’s a guide I think you’ll find interesting & useful for future projects.
https://chiamakaikeanyi.dev/how-to-write-good-git-commit-messages/.
* Your repo is well organized. This is very important since you'll spend more time maintaining an app than writing it. Here’s some additional info that may be interesting
https://dev.to/alexsergey/project-structure-repository-and-folders-review-of-approaches-4kh2.
* Your code is readable & maintainable. This is very important since you'll spend more time maintaining an app than writing it. I guarantee that in just a few weeks you'll forget the details you know today. Anything you can do to improve readability & maintainability is a gift to your "future self".
* home.html uses <br> tags for line spacing. Suggest using CSS attributes like margin instead to provide more granular spacing.
https://developer.mozilla.org/en-US/docs/Web/CSS/margin* Good use of vanilla JS to manipulate the DOM. This is an important skill to master and one that will help when you start to learn FE frameworks like React, VueJS, SvelteJS, etc.
* Your UI/UX is clear, concise, & engaging. But, the input form takes up a disproportionate amount of space on the page and the radio buttons are too small, as is the anime description text in the search results
* Your app isn’t responsive. This is important given the fact that many users rely on mobile devices.
Here’s some information that may help you understand this for your future apps
https://developers.google.com/web/fundamentals/design-and-ux/responsive/.
* Consider adding your social & professional links, like Twitter, & LinkedIn, to your webpage in addition to your Github. This is especially important if you’ll be sharing this app with potential employers. You want to make it easy for them to learn more about you.
««Some Links By Jim»»