DEV Community

Discussion on: Working On My First Projects (would love some feedback)

Collapse
 
flexonze profile image
Félix

These are great! Honestly. But, since you want some feedback, here are some of my thoughts on each project:

#1 Tribute page

  • I like it!
  • I feel like it could use an accent color (It wouldn't have to be flashy) since only black and white looks a little bit too sober in my opinion.
  • I think the sections could use a bit more padding-bottom to equilibrate with the padding on top.

#2 Survey form

  • This one is very cute 😄
  • Nothing negative to say about it. It's simple, very responsive, colors are nice. Great job!

#3 Product landing page

  • I really enjoy the colors
  • Small detail: The button could change color when hovering with the mouse and the cursor could change to a pointer. Something like:
.button:hover {
    background-color: #EFA23C95;
    cursor: pointer;
}
Enter fullscreen mode Exit fullscreen mode

#4 Technical Documentation Page

  • This is my favorite one. It looks very professional. I am impressed 😅

#5 Personal Portfolio

  • Again, this is very nice.
  • Simple, yet effective.
  • Great colors.

General thoughts
I like the fact that you took the time to reflect on what you've learned while making theses. I also like the fact that you went out of your way to make this post to ask for feedbacks. I think these are great ways to improve. Keep it up! 👍

Collapse
 
icecoffee profile image
Atulit Anand

Color theme in the second project is just astounding.

Collapse
 
marulucenat profile image
Maru

Wow, thank you so much for taking the time to write a comment about each one of the projects, I really appreciate it.

Also, thank you for the feedback, I definitely need to work on making them more interactive, that's why I'm very excited to learn JavaScript and be more creative.

PD: The documentation page is also my favorite one 😅