└── /src
├── /assets
├── /components
├── /context
├── /hooks
├── /pages
├── /services
├── /utils
└── App.js
├── index.js
This folder presents external codes of styles, images and animations.
Responsible for small components such as buttons and text fields.
This folder presents the application contexts.
Responsible for the complete pages, presenting the encompassing of small components.
This folder is responsible for the codes regarding the connection to the api.