assets | The application's assets, contains fonts, svg and png files
| assets | The application's assets, contains fonts, svg and png files |
components/CommonKit | In this folder you'll find global components such as Buttons, Cards, Icons, etc... Many of these components are overrided material-ui components
| components/CommonKit | In this folder you'll find global components such as Buttons, Cards, Icons, etc... Many of these components are overrided material-ui components |
components/ContainerComponents | In this folder you'll find parent components which calls chlidren **Content Components**
| components/Hooks | This folder contains the hooks of the application |
components/ContentComponents | In this folder you'll find every content component that are called by **Container Components**
| App.jsx | The root component, it calls the Container component '**ViewContainer**' which is our main component |
components/Contexts | This folder contains the component used to set the context of the application
| db | In this folder, you'll find JSON data used for challenges, ecogestures, and the FAQ. |
components/Hooks | This folder contains the hooks of the application
| doctypes | This folder contains the **cozy** doctypes, you can see more on [Cozy Documentation](https://github.com/cozy/cozy-doctypes) |
App.jsx | The root component, it calls the Container component '**ViewContainer**' which is our main component
| enum | This folder contains enums for Fluid types, Screen types, and Timesteps. |
db | In this folder, you'll find JSON data used for challenges, ecogestures, and the FAQ.
| locales | This folder contains JSON data used by the translation system i18n provided by [Cozy-ui](https://github.com/cozy/cozy-ui) |
doctypes| This folder contains the **cozy** doctypes, you can see more on [Cozy Documentation](https://github.com/cozy/cozy-doctypes)
| models | This folder contains all models |
enum| This folder contains enums for Fluid types, Screen types, and Timesteps.
| services | Here you'll find all the services |
locales| This folder contains JSON data used by the translation system i18n provided by [Cozy-ui](https://github.com/cozy/cozy-ui)
| store | This folder contains all actions and reducers classified by component |
services| Here you'll find all the services
| styles | The styles folder you'll find a **base** folder that contains our variables and a **components** folder that contains components styles |
styles | The styles folder you'll find a **base** folder that contains our variables and a **components** folder that contains components styles
| targets |
targets |
| utils | In this folder you'll find utilitaries methods |
utils | In this folder you'll find utilitaries methods