mikesayala / anime-watchers

A web application for users who want to watch anime
https://mikesayala.github.io/anime-watchers/
0 stars 0 forks source link

Portfolio Review Notes #25

Open thebearingedge opened 2 years ago

thebearingedge commented 2 years ago

Hi Mike, here are some notes for your anime-watchers project. Be sure to re-read the CSS Guide first.

https://lfz-lms.herokuapp.com/code-guides/Learning-Fuze/curriculum/effective-css

thebearingedge commented 2 years ago

The dimensions of your logo are kinda weird. You should make it a proper circle. Avoid relative length units except for column widths. This is covered in the effective css guide.

image

thebearingedge commented 2 years ago

Your header thickness changes with the viewport. It should stay one thickness. image

thebearingedge commented 2 years ago

These form controls don't have the same font size. image

thebearingedge commented 2 years ago

Your select box text shouldn't be white, it's relatively hard to read. image

thebearingedge commented 2 years ago

You should add a short sentence or two explaining what to do. It's not obvious what the user should do.

image

thebearingedge commented 2 years ago

It would be helpful if this select box had a label or the default said "Choose Genre" instead of just "Genre".

image

thebearingedge commented 2 years ago

One of these buttons says "save me" and the other says "click me" but it's not clear what "click me" does just by looking at it. image

thebearingedge commented 2 years ago

These buttons are not properly aligned image

thebearingedge commented 2 years ago

This page content is really small. The text and image should be bigger to use more screen real estate.

image

thebearingedge commented 2 years ago

it's not clear what is happening when i click this button. it would be good to show some kind of confirmation (maybe an icon appears) when the user successfully saves something

https://user-images.githubusercontent.com/7432943/137371761-1d3e944a-bcb2-4170-b7b1-d710184fefef.mp4

thebearingedge commented 2 years ago

It's possible to add the same anime over and over. image

thebearingedge commented 2 years ago

It's not obvious that this is how you delete things from your list. I recommend a font awesome icon instead image

thebearingedge commented 2 years ago

These should be much bigger. on mobile i recommend showing them all in one vertical list. (see css-responsive-layout exercise)

image

thebearingedge commented 2 years ago

I thought that "Anime Watchers" would take me back to the home screen, because it has a pointer cursor, but clicking on it doesn't do anything.

image

thebearingedge commented 2 years ago

this alignment looks random. I recommend absolutely positioning the delete icon in the upper-right corner of the cover art so that your cover art and title can be centered above one another.

image

thebearingedge commented 2 years ago

On mobile, these buttons don't line up image