Latest solutions
Latest comments
- @gcarter89@philjacks
Great job with this mate! Design looks solid. I'm gunna attempt this one next.
I don't know if you have any experience with SASS but that allows you to break your css into smaller chunks across multiple files & can help tidy things up. Your CSS here looks sweet. Maybe open up a dev tools & see if that can highlight any potential improvements.
JS is nice & clean too.
- @aemann2@philjacks
Hey,
Awesome job on this. I've just finished this one & enjoyed it. I'd say your JS is bang on. I approached it slightly differently but wrote around the same amount of code. Maybe just check out those accessibility issues that the report has generated.
Job well done mate
- @etnlmy@philjacks
Hi friend!
CSS looks great & all the code is nice & clean. However, when I click the buttons the Javascript validation doesn't seem to work.
My suggestion would be to locate the eventListener for the form submit & add the preventDefault( ) method to stop the page refreshing.
I could be wrong (I'm still a newbie) but worth having a look.