After a hiatus of sorts from code, I decided to plunge in and do the challenges to ease my way back in. IT made me realize I had gaps in my understanding of Flexbox (especially properties of the children - like I needed to make sure the results and summary sections were of the same height after using flex - couldn't find a way to do that with flexbox, so I padded some padding till it appeared 'visually correct' which pretty much felt like 'forcing' the code, so I'll need to read up a little more on that. I'd appreciate some insight on this too for anyone who's found a concise way to work around it:)
I intend to repeat this challenge with ReactJS just to hone my skills and build projects as I am learning React presently.
Thanks in advance :)