ovnhoj / React-Solo-Project-2---Travel-Journal

A basic static page of a journal for my travel's so far throughout my life. Built using React.JS and styled with CSS. First time establishing my knowledge of using props to create reusable components within React as well.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My second project built using React.JS- A basic static page travel journal for the place's I've been to so far in my life. Learned how to use and implement props for the first time to create reusable components including using .map to combine my data together into a single object for further code consistency. Styled using CSS with the help of the original Figma design and added mobile responsiveness.

live-demo: https://johns-travel-journal.netlify.app/

Quick start:

$ yarn # npm install
$ yarn build # npm run build

Development

Run Webpack in watch-mode to continually compile the JavaScript as you work:

$ yarn watch # npm run watch

About Scrimba

At Scrimba our goal is to create the best possible coding school at the cost of a gym membership! ๐Ÿ’œ If we succeed with this, it will give anyone who wants to become a software developer a realistic shot at succeeding, regardless of where they live and the size of their wallets ๐ŸŽ‰ The Frontend Developer Career Path aims to teach you everything you need to become a Junior Developer, or you could take a deep-dive with one of our advanced courses ๐Ÿš€

Happy Coding!

About

A basic static page of a journal for my travel's so far throughout my life. Built using React.JS and styled with CSS. First time establishing my knowledge of using props to create reusable components within React as well.


Languages

Language:JavaScript 65.6%Language:CSS 26.0%Language:HTML 8.4%