Scrimba React Solo Project - Travel Journal

This is a solution to the Travel Journal Solo Project on Scrimba.

Table of contents

Overview

Requirements

  1. Create a data.js file that would serve as a database for the project. This will contain the images, google maps url, title, start date, end date, etc.
  2. Make use of .map() and props in rendering the data.
  3. Style and polish the site to look nice.

Screenshot

Links

My process

Built with

  • Vite + React
  • SASS
  • React-icons

What I learned

I got a little bit familiar with props and using .map() while working on this project.

Continued development

I'll be practicing more with using props and .map()

Useful resources

These resources were useful in helping me build this project

Author