GithubHelp home page GithubHelp logo

ss001-travel-journal's Introduction

Learn React - Travel Journal 0420

This small project is my first coursework from React learning modules from Scrimba. No doubt it is quite challenging during the solving process, but I'm so grateful to have resourceful guidance and direction, and, I managed to complete it finally.

This is for completing coursework purpose, not a real travel journal. Of course, I would travel there some day in future.

Lesson Learned

  • Brushed up HTML and CSS
  • Learned how to build something in imperative way (JSX) and render it with ReactDOM to html page.
  • Learned how to build something composable by small reusable component and group together into bigger individual pieces.
  • Learned how to proper handle/ pass data, object as props or use .map() method together sometimes.
ex : <img src={`../images/${props.item.coverImg}`} className="card--image" /> - passing JS into JSX
ex : <a ... target="_blank" rel="noopener noreferrer nofollow" ...>View on Google Maps</a>
- noopener    : Ensure security which lets an attacker have partial access to the previous page.
- noreferrer  : Prevent other pages from seeing that traffic came from origin link.
- nofollow    : Avoid the influence on the search engine rankings of the destination URL.

Screenshots

Task Result
Sample-Task-Screenshot Result-Screenshot

ss001-travel-journal's People

Contributors

adrian95c avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.