it is my first project with next.js, Mui, and even typescript am proud of giving it a go
AlfredKonneh
@AlfredKonnehAll comments
- @echocode1Submitted about 1 month agoWhat are you most proud of, and what would you do differently next time?@AlfredKonnehPosted about 1 month ago
Good job. But your buttons are lacking the left and the right paddings.
1 - @sofiasmnkSubmitted about 1 month agoWhat are you most proud of, and what would you do differently next time?
The biggest challenge was getting more used to using git. I was happy to find out how easy it is to create a new Github repo from a local one using the
What challenges did you encounter, and how did you overcome them?gh repo create
command from the Github CLI. But, I was also testing out the GitButler git client/GUI and it was a bit confusing, I'm not sure I'll use it next time.There were some decisions about how to write the CSS that were difficult to make with the challenge being just one component in isolation without the rest of a website around it as context. I tried to imagine there was a whole website that I wasn't seeing, but I'm not sure I succeeded at that.
What specific areas of your project would you like help with?Is it semantic to use a
element for the card, or would it be better off as a generic
?@AlfredKonnehPosted about 1 month agoAs for me, I used article to represent self contain peace of content. instead of me using div, I prefer using article element. I'm also learning and new to web development.
0 - @WiaterKaSubmitted over 1 year ago
I have problems with the proper centering of the content on the page (there's more space on the left) and adding quotation mark.
Also I think that CSS could be more condensed - any ideas how to make it more understandable and shorter?
Thanks in advance for all suggestions!
Happy coding!
@AlfredKonnehPosted over 1 year ago@wiaterka great job. But you have to make it responsive for mobile and wider screen. Because is all the same on mobile and laptop. I believe you can achieve that by media queries.
1