The take home is a travel webpage passing props from an array to functionally render components. Made as part practice challenge from Scrimba's React course.
- HTML 5
- CSS 3
- Javascript
- React
To fork the repository, click on the fork button at the top right of the page. Once the repo is forked open your terminal and perform the following commands:
$git clone hhttps://github.com/<YOUR GITHUB USERNAME>/developer-portfolio.git and
$cd developer-portfolio
Install packages from the root directory:
$npm install
Start the development server:
$npm run start
