Built in React
After building the digital business card, my next React project was this dynamically generated travel journal. It processes an array of objects from a separate JavaScript file to build the page. Additionally, I use React props to feed the components information. It was assigned to me through the Scrimba Frontend Developer course with the following requirements:
This was the first project where I conditionally displayed content on the page. I decided to only display a second date if one exists to provide support for day trips.