Summary
Directory Structure
Directory structure:└── aluiziodeveloper-mini-curso-reactjs/├── README.md├── package.json├── tsconfig.json├── public/│ └── index.html└── src/├── App.css├── App.tsx├── index.tsx├── react-app-env.d.ts├── routes.tsx├── setupTests.ts├── components/│ └── Dropzone/│ ├── index.tsx│ └── styles.css├── pages/│ ├── CreateLocation/│ │ ├── index.tsx│ │ └── styles.css│ └── Home/│ ├── index.tsx│ └── styles.css└── services/└── api.ts