Design comparison
Solution retrospective
This was quite a challenge especially with the deployment process. I wanted to deploy the app from a dist folder but I can't seem to find the right way to so I reverted to having the html file directly at the root after going through different resources for a couple of days.
If anyone can tell me how to do this or point me to the right documentation, I would be be very grateful.
A bit of help and feedback is very well appreciated. Thank you!
Community feedback
- @palgrammingPosted over 3 years ago
For deployment I am just using github pages. I have a main folder for frontend mentor projects and then just create a new folder for each project so far. I know I might have to do something different for bigger projects from right now it is working out great
your solution looks good but not sure if the style guide lists the background color for the page I used #F5F3F7 not sure if it was right or not but that way the right hand side of your phone is not disappearing into the page background
0@idesmarPosted over 3 years ago@palgramming Thanks for the feedback! I also tried Git Hub Pages but failed ultimately. Perhaps I was doing something wrong or the structure I wanted just isn't going to work unless I use something else like Gulp (which I haven't learned yet).
There is a background color missing in the style guide. If you're referring to the very right hand side, I used a color picker for that. If it's the right hand side of the phone, I forgot to add a box-shadow. LOL! Could be just a lighter shade of black. Playing around with a color picker and HSL might do the trick. shrugs
0@palgrammingPosted over 3 years ago@idesmar The color I gave you is the one I put as the background color on the whole body of my solution .... If you look at my solution you can see what it looks applied
also have you read through this it might help you https://medium.com/frontend-mentor/a-complete-guide-to-submitting-solutions-on-frontend-mentor-ac6384162248
1@idesmarPosted over 3 years ago@palgramming Oh that one. I think I used a color picker for that and confirmed that it is plainly white #ffffff.
Thanks for the link. I'll read through it.
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord