I used CSS Transitions, I discovered Merge vs Rebase with Git repositories, and did a Rebase. And learned of the value attribute of an HTML button.
When changes are made to a remote Git repository, as soon as that's done, it must be pulled to the local repository. Otherwise if you make changes to the local repository you'll receive error messages and have merge discrepancies. And changes to your files must be accepted manually.
What challenges did you encounter, and how did you overcome them?Making it so one page is visible and another is hidden, until the user clicks the submit button. Choosing between using radio buttons and making them look like buttons, vs using buttons and making them act like radio buttons. I chose to use buttons. I reviewed box shadow and the third parameter blur effect. I also discovered the HTML DOM element classList, the HTML DOM element getAttribute(), and reviewed null and undefined and that they are false values. The difference between hover and focus.
What specific areas of your project would you like help with?I'd like feedback on the JavaScript, as well as the HTML and the using buttons instead of radio buttons. I'd also like to be more familiar with Flexbox.