My Travel Journalweb app

React

Screenshot of journal, summarizing my visited places.
GitHub Repo

The Travel Journal app, built with React, showcases a collection of journal entries. It uses components like Header, Entry, and data to display each entry dynamically. The App.jsx file maps through the data and renders individual Entry components, passing props for each journal’s details.

The Header component renders the app’s title with an image, while the Entry component is responsible for displaying each journal entry with its country, image, title, dates, and a link to Google Maps. The app effectively utilizes React’s JSX, props, and component structure to create a well-organized travel journal.

Travel Journal was made as part of Scrimba's Frontend Developer Career Path program, as I learned the React fundamentals.

HTML CSS JS React GitHub Desktop