/Project-Solar-System

A simple React application that simulates a visualization of the solar system, as well as information on several spaces missions that occurred throughout history. | Project made while attending Trybe.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

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.