Project developed in the Front-end Module at Trybe course.
This project develops a model of the solar system!
The user should be able to:
- View the solar system's planets rendered on the screen;
- View cards with information about space missions.
🎯 Objective: put into practice the following abilities:
- Work with
JSX
onReact
- Correctly apply the render() method
- Use
import
to work withcomponents
- Create
class components
onReact
- Create multiple
components
from anarray
- Work withb
props
- Validate
component's props
withPropTypes
🛠️ Used tools:
- React
- Node
- JSX
- React Testing Library
All Trybe projects use linters
, Git
and GitHub
.