π Project with JS repository here
π Hey! This is the same project as the link above but refactored using Typescript.
π Deployed Here
π Here I use TS, React and Tailwind for pratice the skills:
- Use TSX in React;
- Using import to bring components in different files;
- Create Function Components in React;
- Create multiple components of an array;
- Make use of props correctly;
π The project requirements were:
1. Create a component called Header βοΈ
2. Create a component called SolarSystem βοΈ
3. Create a component called Title βοΈ
4. Render the Title component inside the Solar System component βοΈ
5. Create a component called PlanetCard βοΈ
6. Render a list with the planets of the Solar System βοΈ
7. Create a component called Missions βοΈ
8. Render the Title component inside the Missions component βοΈ
9. Create a component called MissionCard βοΈ
10. Render a list of space missions βοΈ
ππ½ Thanks for viewing this repository!