Rocketseat Ignite Bootcamp
Challenge 02 - React Components
The challenge was to break the application contained in App.tsx into small components
- Cut code from the App component to paste it into another component and make the proper tweakings
- Connect the given interfaces to the new components to eradicate the errors
- Analyze which parts of code and data needed to be passed to the other components and make it work
This is what it looks like:
Instalação
Depois de fazer o download você deverá instalar as dependências utilizando gerenciadores de pacotes.
usando NPM:
npm install
usando Yarn
yarn
Setup
There are two commands to be run in the terminal:
Start the backend server in order to display the content fetched from the API
yarn server
or
npm run server
Start the React Application in the frontend
yarn dev
or
npm run dev
License
© Projeto feito pela Rocketseat e o desafio feito por Ramon Pereira