nguyenhoaikhang37 / df-frontend-2023

0 stars 0 forks source link

Submission for assignment 2 #2

Open nguyenhoaikhang37 opened 1 year ago

nguyenhoaikhang37 commented 1 year ago

// Demo link https://df-frontend-2023-4pgp.vercel.app/

// Any notes for reviewers If the code lacks clarify or if there are any issue with the application, please don't hesitate to provide feedback. I'm open to suggestions and eager to improve. Thanks a lot <3

ngolapnguyen commented 11 months ago

Good work 👍 I love your details.

Requirements

Final result: ✅ passed 70% of requirements

Feedbacks

  1. Good implementation of dark-theme with CSS variables 👍

  2. Good project structure 👍 I'd suggest you break down App.js even further, though, as the logic is getting really kind of hard to follow

  3. Good naming, but could be a bit better. Some nitpicks:

Even though they are all minor, having more precise names will make your code more read-able.

  1. The logic for auto-focusing the first input feels clunky to me. A lot of extra handling to make it happen. My suggestions: