Open kevinzhu00 opened 5 months ago
Key takeaways for next weeks project: make sure commit messages are descriptive and useful to others reading them Keep code formatted nicely Don't use hardcoded data, this is not flexible to changes Keep project consistent with requirements in terms of User Interface In general don't push code that is incomplete (I will say that for this project we do get partial credit for at least having an edit button that is why i Included it)
Feedback
Hey Gabriel, good job on your first project. The code meets majority of the listed requirements, and in some aspect it seems you went above the necessary requirements and even added some features that would be nice to have. I would first like to echo Samy's comments regarding sticking to the project specs. Here is some of my feedback (I tried not to be redundant)
Code
close-btn
will not cause any issues, there is a similarbtn-close
class found in Bootstrap. Also, the nameclose-btn
does not relate to all its uses.Features