This is a solution to the Profile card component challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
Started to learn about Ionic framework. Thare are some configs to harmonize React+Ionic with Tailwind. Also to be able to deploy one need to adjust Vite behaviour.
<IonApp>
<IonReactRouter>
<IonRouterOutlet>
<Route exact path="/home">
<Home />
</Route>
<Redirect to="/home" />
<Route component={Home} />
</IonRouterOutlet>
</IonReactRouter>
</IonApp>
}
The Ionic boiler plate rest over the Vite environment. I'll need to study this tool as it is my first time with it. Also it is important to respect Ionic tags about CSS when thare are also Tailwind classes...
This Youtube channel is a treasure trove of IT stuff: