Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 872 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 872 Bytes

Deploy

Skills

  • Use JSX in React

  • Correctly use the ''render()'' method to render its components

  • Use ''import'' to bring components into different files

  • Create class components in React

  • Create multiple components from an array

  • Make use of 'Props' correctly

  • Make use of 'Proptypes' to validate the 'props of a component


What was Developed

An application in React with creating class components and props pass. This application simulates a visualization of the solar system, as well as information on several spaces missions that occurred throughout history.

  • View all planets of the solar system rendered on the screen;

  • View all cards with spatial missions information;

  • The images of the planets and the information of the missions used in this project were provided by Trybe.