Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 527 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 527 Bytes

Travel Journal

This is a solution to the solo project 2 - Travel Journal of the React course on Scrimba.

Live demo

Live demo

Requirements

  • Data array in a separate .js file
    • Title, description, price, cover image, rating, review count, location, open spots
  • Use .map() and props
  • Style & polished

Built with

  • React
  • CSS
  • HTML
  • CSS - Flexbox

Skill learnt

  • Passing props
  • .map() method to render components