/bia

Primary LanguageTypeScript

Bia

This project was developed with nextJs

Run the project


Pattern designs

  • Propagation: to send the different props to the custom components
  • Functional components: to make them easier to understand and to use hooks
  • Composition: LoadingIndicator HOC

Other information

  • Utils were created to separate logical functions from components
  • Data types were created
  • Axios was implemented to obtain data from the service

Missing

  • Redux
  • Unit tests