🔗 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!