See it live here 🚨 Mais sans le data 🚨 🚨
The project brief (requirements) has moved to BRIEF.md.
@tanstack-react-query- pour fetch data facilementshadcn- ui component library qu'utilise tailwindcsstailwindcss- css utility classes libchartjsetreact-chartjs-2- pour constuire le graphstypescript
data // mock data
|
src/ // client code - main app
|
api/ // actions for api calls
|
components/ // globally used components but sometimes components can have their own <utils> & <component> folders nested inside
|
ui/ // ui components only - installed individually by shadcn
|
hooks/ // global hooks
|
lib/ // automatically created by shadcn, utility functions for shadcn
|
types/ // global types
|
utils/ // global utils
|
global.css // main css file for the theme
|
tailwind.config.js // customization of some tailwind variables-yarn install pour installer le dependencies
-yarn run start pour lancer le tout
More Design screens can be seen inside pictures
