/solar-system

Demonstration of all planets in the solar system with information about space missions.

Primary LanguageJavaScript

Welcome to Solar System Project 🌎

Description

To develop a model of the solar system in order to demonstrate all the planets of the solar system rendered on the screen and all the cards with information about space missions.

Skills:

  1. Using JSX in React;
  2. Use import to bring components into different files;
  3. Create class components in React;
  4. Create multiple components from an array;
  5. Make use of props correctly;
  6. Make use of PropTypes to validate a component's props.